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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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
$ ./build/b ./examples/hello.b -o hello
$ ./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