froth / rust-lox

lox interpreter in rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rust implementation of a tree-walk interpreter for Lox.

Feature complete reimplementation of jlox in Rust with some minor changes and additions.

Basically me rusting through Part II of http://craftinginterpreters.com/

About

lox interpreter in rust

License:Apache License 2.0


Languages

Language:Rust 100.0%