pranavsb / PLox

Implementing Lox while working through Crafting Interpreters

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PLox

Repo with implementations of Lox from Bob Nystrom's Crafting Interpreters

Most of the code is taken directly from the book, with some slight modifications and additions (such as implementing the challenges at the end of chapters).

About

Implementing Lox while working through Crafting Interpreters

License:MIT License


Languages

Language:Java 100.0%