Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 386 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 386 Bytes

LOXCC

This project follows Bob Nystrom's excellent book "Crafting Interpreters".

A C++ port of jlox(Lox language's AST interpreter) and clox(Lox language's bytecode VM).