A wack toy programming language that resembles the pseudo code found in the Cambridge International A & AS Level Computer Science book.
- fast boi
- written in c99 even though it can be ported to c89 easily
I've also written a working compiler which is pretty much complete in C# at the
roslyn
branch which makes
use of the Roslyn compiler platform to
compile to IL by transpiling the code to Visual Basic first.
The main goal is to get as close as possible to the pseudo code found in the book and run as much of it as possible.
To build the project, CMake is required.
mkdir build
cd build
cmake ..
make
If MSVC is targeted, a Visual Studio solution file should be generated instead of a Makefile.
- wren
- lua
- luajit