Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 292 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 292 Bytes

Rust implementation of a bytecode vm interpreter for Lox.

Work in progress reimplementation of clox in Rust.

Repository for my finished reimplementation of jlox can be found here

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