Skip to content

Latest commit

 

History

History
16 lines (8 loc) · 333 Bytes

File metadata and controls

16 lines (8 loc) · 333 Bytes

simplang

just a simple programming language


to compile using cmake run the commands

cmake -S . -B out/build/
cmake --build out/build

this will generate the executable file in ./out/build named SimpLang.

to run it, use the command ./out/build/SimpLang filename or ./out/build/SimpLang < filename