Python implementation of the Lox programming language from Crafting Interpreters. See the blog post for details!
$ git clone git@github.com:alabhyajindal/plox.git
$ cd ploxpython lox.py to enter the REPL. python lox.py <FILE_NAME> to execute a lox file.