mirror of
https://github.com/TheM1Stery/izanami.git
synced 2025-05-04 05:31:41 +00:00
it should be lower than assignement. Now we can do stuff like a = 10, b = 30(before this commit we couldn't this was a bug) |
||
---|---|---|
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