Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kamilturek/plox
The Lox programming language tree-walking interpreter written in Python
https://github.com/kamilturek/plox
compiler crafting-interpreters interpreter lox lox-language
Last synced: 26 days ago
JSON representation
The Lox programming language tree-walking interpreter written in Python
- Host: GitHub
- URL: https://github.com/kamilturek/plox
- Owner: kamilturek
- Created: 2024-08-14T19:37:12.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-08-20T20:58:35.000Z (3 months ago)
- Last Synced: 2024-08-20T22:51:06.493Z (3 months ago)
- Topics: compiler, crafting-interpreters, interpreter, lox, lox-language
- Language: Python
- Homepage: https://craftinginterpreters.com
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# plox
## Development
```
make dev
```