An open API service indexing awesome lists of open source software.

https://github.com/classabbyamp/pylox

An implementation of Lox in Python, following Robert Nystrom's book, Crafting Interpreters.
https://github.com/classabbyamp/pylox

crafting-interpreters-book interpreter python

Last synced: about 1 year ago
JSON representation

An implementation of Lox in Python, following Robert Nystrom's book, Crafting Interpreters.

Awesome Lists containing this project

README

          

# pylox

An implementation of Lox in Python, following Robert Nystrom's book, [Crafting Interpreters](https://craftinginterpreters.com/).

This is not intended to be anything more than a learning experience for myself.

## Copyright

Copyright 2021 classabbyamp
Released under the BSD 3-Clause License.
See [`LICENCE`](LICENCE) for the full license text.