Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 343 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 343 Bytes

CBluescript

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