Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 637 Bytes

File metadata and controls

21 lines (12 loc) · 637 Bytes

Aurum Programming Language

output-onlinepngtools

Aurum is a programming language designed for simplicity and readability. It is a high-level, procedural, stack-oriented, interpreted language.

Warning

The language is being rewritten to improve code clarity while maintaing the same functionality.

Usage

$ make
$ ./bin/aurum <program.au>

Examples

For more detailed examples of how to write programs in Aurum, please refer to the examples/ directory within the Aurum project.