Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 590 Bytes

File metadata and controls

18 lines (12 loc) · 590 Bytes

The Bup programming language

Why?

Bup is a systems-level programming language inspired by C and aimed to be as explicit as possible. Its philosophy is whatever the currently executing program is doing should be exactly up to the programmer. The programmer should be the one controlling the compiler, not the other way around.

Warning

Bup is currently still pre-alpha software and is undergoing rapid development. Please be patient as we release new features.

Example language files can be found within the ref/ directory.

Building

To build Bup, simply run 'make'