Go to file
Seymur Bagirov 0b437fe5e1 feat: add multi-line comments
Challenge 4 of fourth chapter 'Scanner'
2024-11-20 03:31:02 +04:00
src feat: add multi-line comments 2024-11-20 03:31:02 +04:00
.gitignore init commit 2024-10-31 01:57:26 +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