Go to file
Seymur Bagirov 4bb2ce1af4 feat: finish chapter 10 (functions)
this was a big chapter, but the most fun i had!

I plan to add some native functions in the future and do the challenges
of course
2025-02-06 20:52:09 +04:00
src feat: finish chapter 10 (functions) 2025-02-06 20:52:09 +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