A silly little hobby project for learning more about compilers.
This is a silly little compiler.
(c) Marja Hölttä (a proper license will follow)
To study programming language / compiler concepts.
The language is a self invented one which might or might not resemble JavaScript.
At the moment, the silly little compiler can only compile simple and small programs.
The interpreter is more complete and can run all programs in tests/.
sudo apt-get install gcc-multilib g++-multilib