keoghpe / rustlox

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rustlox

This is an implementation of the Lox programming language from Crafting Interpreters. It's a toy project that I'm using to learn about programming languages & Rust 🤓

Debugging

Rustlox uses the log crate for debugging.

Debug messages can be seen by using the RUST_LOG env var:

RUST_LOG=trace cargo run test.lox

About


Languages

Language:Rust 100.0%