A simple programming language with a "partial compiler", intended for learning
I will update this read me later but there are several features that are comeing soon!
To compile c++:
cd src/runtime
windows:
g++ -std=c++17 -o bluescript.exe *.cpp
Linux:
g++ -std=c++17 -o bluescript *.cpp -ldl