Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 233 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 233 Bytes

cxx-lox

An implementation of Robert Nystrom's Lox language in C++.

Developed on recent versions of tools, but should be decently portable, until I add features that require newer versions.

http://craftinginterpreters.com/