Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lopez86/crafting-interpreters
Working on the Crafting Interpreters book on languages
https://github.com/lopez86/crafting-interpreters
Last synced: 23 days ago
JSON representation
Working on the Crafting Interpreters book on languages
- Host: GitHub
- URL: https://github.com/lopez86/crafting-interpreters
- Owner: lopez86
- License: other
- Created: 2022-06-02T22:04:22.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-06-02T22:56:50.000Z (over 2 years ago)
- Last Synced: 2024-11-06T20:50:33.724Z (2 months ago)
- Language: Python
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# crafting-interpreters
This repository contains work done while going through Robert Nystrom's Crafting Interpreters online text ([text](http://craftinginterpreters.com/), [github repo](https://github.com/munificent/craftinginterpreters)) building interpreters for the "Lox" language, a toy language with a pretty minimal set of operationsCurrently this includes a python-based lox interpreter implementing more or less what is described in Part 2 of the book but in Python instead of Java.