Skip to content(if available)orjump to list(if available)

Compiler for the B Programming Language

treyd

Interesting that this is in a self-developed subset/dialect of Rust called Crust which attempts to treat it as a better C, using unsafe everywhere among other things.

kzrdude

That's a little bit interesting. It remains then a C-like language with generics, and that sounds a lot more fun than regular C. I don't yet understand the point of avoiding references or libstd, though.

DiabloD3

This is the most tsoding thing possible.