Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 470 Bytes

File metadata and controls

7 lines (4 loc) · 470 Bytes

Loxide

codecov

An implementation of the interpreter for the Lox programming language as described in the Crafting Interpreters book by Robert Nystrom.

Uses codecrafters.io to lead the implementation as described in the book.