Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/antonvasin/crafting-interpreters


https://github.com/antonvasin/crafting-interpreters

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# crafting-interpreters

[Crafting Interpreters](https://craftinginterpreters.com) solution. [Complete book + code on GitHub](https://github.com/munificent/craftinginterpreters).

## Run

```shell
make
java -cp build/jlox com.craftinginterpreters.lox.Lox examples/basic.lox
```