Warning
The Compiler is not fully implemented yet. Plus on its own it's probably not useful for any serious Software Development. It is fun for Recreational Programming though.
Logo by Strawberry 🍓
Compiler for the B Programming Language implemented in Crust.
- Rust - the compiler is written in it;
- GCC or Clang (whatever surves as the
ccon your POSIX platform) - thex86_64andaarch64targets generate assembly and pass it toccto assemble and link.
$ make
$ ./build/b -run ./examples/hello_world.bAlso check out more examples at ./examples/. Find the project documentation at ./docs/.