Tech News
← Back to articles

Compiler for the B Programming Language

read original related products more articles

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