Skip to content
This repository was archived by the owner on May 21, 2026. It is now read-only.

Latest commit

 

History

History
18 lines (12 loc) · 824 Bytes

File metadata and controls

18 lines (12 loc) · 824 Bytes

Aussom

This is a base interpreter implementation of Aussom language. You can run the interpreter from the command line, but this package was built to be embedded and provides only the most common language and standard library functionality.

aussom.base has moved!

This repo is no longer maintained. Please see aussom.base on GitLab for the maintained project.

License

Aussom is licensed under the Apache 2.0 license. See accompanying LICENSE file for details.

Credits

Much thanks to the authors of the CUP Parser Generator and good people at Georgia Tech. Aussom base interpreter also relies upon json-simple - https://code.google. com/archive/p/json-simple/.