Biscuit Language

The Biscuit Language (BL) is simple imperative programming language using LLVM backend implemented in C. Language syntax and all it's features are still in development and not ready for 'real' use yet. Biscuit is designed to be simple, fast and explicit.

  • Simple small language.
  • Manual memory management.
  • ABI compatibility with C libraries.
  • Game development oriented.
  • Compilation to native binary.
  • Integrated interpreter.
  • Offer testing tools out of the box.
  • Rich type info in runtime.
  • Debugging in gdb, lldb and Visual Studio.

Master (0.11.0)

The latest unstable version of the compiler.

Changelog

Release (0.10.0)

The latest release compiler version documentation can be found here.

Older Versions