Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 262 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 262 Bytes

Lox Interpreters

This repo contains two interpreters:

jlox

This is a java based interpeter for the lox language

clox

Same thing, but in C

This is following along with the Crafting Interpreters book by Robert Nystrom.