Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 246 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 246 Bytes

cl-lox

NOTE: As of now this is extremely incomplete and not worth looking at.

This is an implementation of Lox as described at http://craftinginterpreters.com/. It's a reimplementation of jlox, the slower version of the Lox interpreter.