Projects

List of my projects Link to heading

Crafting Interpreter in Rust Link to heading

I want to learn Rust and i decided the best way would be to follow excellent book from Robert Nystrom on Crafting interpreters and use it as a base for my own take on the interpreter/compiler but written in Rust.

Repository : Lox-rs

Status: in progress (have a working function call/declaration)