Go to file
Seymur Bagirov be15364e3b refactor: remove specification of operators for ternary operator
I don't plan on adding other ternary operators. So we just gonna assume
that we only have one ternary operator, which is ? !
2025-01-06 07:07:39 +04:00
src refactor: remove specification of operators for ternary operator 2025-01-06 07:07:39 +04:00
.gitignore chapter 5 2024-12-21 02:08:12 +04:00
Cargo.lock init commit 2024-10-31 01:57:26 +04:00
Cargo.toml init commit 2024-10-31 01:57:26 +04:00
README.md init commit 2024-10-31 01:57:26 +04:00

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