Compiler for the B Programming Language
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/. Testing The project comes with btest utility which tests the B compiler. It is built automatically along with the B compiler when you do make .