Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 374 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 374 Bytes

Aurum Programming Language

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

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.