Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 502 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 502 Bytes

Blang

It's not "Bee-lang", it's "Blang", like "Clang".

A simple, statically typed, ahead-of-time compiled toy programming language written in Rust.

Playground

The Blang Playground is hosted at play.blang.net.

Documentation

See docs for high-level language documentation and examples.

See docs/examples for runnable examples.

Development Dependencies

Rust, Cargo, and a working installation of LLVM (currently using v16.0.0).