Pylox is an interpreter of the Lox programming language (from the book Crafting Interpreters) written in Python. While the interpreter should work, it defintely has bugs.
Python 3.7+ and Poetry.
- Clone this repo
- Run
poetry installin the repo.
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Pylox is an interpreter of the Lox programming language (from the book Crafting Interpreters) written in Python. While the interpreter should work, it defintely has bugs.
Python 3.7+ and Poetry.
poetry install in the repo.