Skip to content

A simple scripting Language for teaching, but not giving up power or performance.

License

Notifications You must be signed in to change notification settings

MayD524/CBluescript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A simple scripting Language for teaching, but not giving up power or performance.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages