Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 437 Bytes

File metadata and controls

13 lines (10 loc) · 437 Bytes

SIMPL

A simple logic gate based programming language made for educational purposes

Just run the python file, target the main file for your simple project, and the program will output the resulting C code in console, which can be modified to add outputs, inputs and other things.

The demo project is test.simpl

INCLUDE LOGIC <INPUT2?> AND, OR, XOR, NOT DEF GOTO LBL