B Programming Language
Warning Compiler is not fully implemented yet.
Logo by Strawberry π
Compiler for the B Programming Language implemented in Crust
Dependencies
Rust - the compiler is written in it;
fasm - used as the compiler backend;
Quick Start
$ make $ ./build/b -run ./examples/hello_world.b
Also check out more examples at ./examples/.
... continue reading