Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 276 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 276 Bytes

lox-ocaml

A tree-walk interpreter for the Lox language (excepting classes), roughly following the jlox implementation from Crafting Interpreters.

Start Lox REPL

dune exec bin/loxi.exe