Skip to content
/ b Public

Compiler for the B Programming Language implemented in Crust

License

Notifications You must be signed in to change notification settings

tsoding/b

Repository files navigation

B Programming Language

Warning

Compiler is not fully implemented yet.

Compiler for the B Programming Language implemented in Crust

Dependencies

  • Rust - the compiler is written in it;
  • fasm - used as the compiler backend;
  • clang - for linking with the C runtime;

Quick Start

$ make
$ ./hello

References

About

Compiler for the B Programming Language implemented in Crust

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages