Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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 operations

Currently 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.