Warning
Compiler is not fully implemented yet.
Compiler for the B Programming Language implemented in Crust
- Rust - the compiler is written in it;
- fasm - used as the compiler backend;
- clang - for linking with the C runtime;
$ make
$ ./build/b ./examples/hello.b -o hello
$ ./hello