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.
- Host: GitHub
- URL: https://github.com/classabbyamp/pylox
- Owner: classabbyamp
- License: bsd-3-clause
- Created: 2021-08-04T03:02:32.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-08-30T01:09:31.000Z (almost 5 years ago)
- Last Synced: 2025-02-14T16:51:24.235Z (over 1 year ago)
- Topics: crafting-interpreters-book, interpreter, python
- Language: Python
- Homepage:
- Size: 41 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.