programming language with a stack-based bytecode vm implemented in golang
| .forgejo/workflows | ||
| .idea | ||
| cli | ||
| core | ||
| examples | ||
| lib | ||
| tests | ||
| wasm | ||
| bad.ang | ||
| chars.ang | ||
| codegen.ang | ||
| emoji.ang | ||
| fails.ang | ||
| go.work | ||
| imp.ang | ||
| LICENSE | ||
| README.md | ||
| test_all.sh | ||
| unit_tests.sh | ||
L'anglais
The purpose of this project is to learn how to make a virtual machine for interpreting generated bytecode for improved performance.
Getting
There is currently no installer, only a simple executable that can be downloaded from the releases page on github.
Examples
Examples of how to use the language are found in ./examples/.