JamesHallowell / lox

A lox interpreter written in Rust πŸ“š

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

lox

A work-in-progress lox implementation in Rust (following Crafting Interpreters). It deviates slightly from the language specified in the book as I've tweaked a few things to personal preference.

Usage

Run one of the example programs:

cargo run examples/fibonacci.lox

Run the REPL:

cargo run

About

A lox interpreter written in Rust πŸ“š


Languages

Language:Rust 100.0%