mirror of
https://github.com/TheM1Stery/izanami.git
synced 2025-04-19 16:31:11 +00:00
I forgot to make environment global between run() function calls. To fix this, I just create the environment and pass it to interpret() instead of creating it there |
||
---|---|---|
src | ||
.gitignore | ||
Cargo.lock | ||
Cargo.toml | ||
README.md |
Izanami programming language
This language is implemented using the Crafting Interpreters book
The language will be written fully in Rust
Basically this is me following the book