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