Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 269 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 269 Bytes

Lox in Rust

This is my implementation of the Lox programming langue from https://craftinginterpreters.com/ in Rust.

I am following the book loosely and try to port the Java code to idiomatic Rust. However, I'm a Rust beginner so I don't claim that it's any good :P