Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 276 Bytes

README.md

File metadata and controls

3 lines (3 loc) · 276 Bytes

jlox

This is my implementation for the first part of the book http://craftinginterpreters.com/. It is a tree-walk interpreter for lox (scripting and object oriented programming language). All challenges of part one has been solved in this implementation except few ones.