Skip to content

alabhyajindal/plox

Repository files navigation

Lox in Python

Python implementation of the Lox programming language from Crafting Interpreters. See the blog post for details!

Setup

$ git clone git@github.com:alabhyajindal/plox.git
$ cd plox

Usage

python lox.py to enter the REPL. python lox.py <FILE_NAME> to execute a lox file.

About

Lox implementation in Python

Topics

Resources

Stars

Watchers

Forks

Languages