Noa is a lightweight, embeddable scripting language written in Rust.
- Make sure that you are Rust complier installed and all of its dependencies
- Clone this repo.
- Run
cargo build
orcargo run
to build or run the interpreter
noa [script]
will run the script.
If you are interested in the grammar definitions of this language you can read it here.
- Add break statement
- Add ++ -- expression
- Add continue statement
- Add standard library functions