Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/antonvasin/crafting-interpreters
https://github.com/antonvasin/crafting-interpreters
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/antonvasin/crafting-interpreters
- Owner: antonvasin
- Created: 2021-11-14T12:43:07.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-06T15:54:12.000Z (3 months ago)
- Last Synced: 2024-10-12T22:47:22.439Z (3 months ago)
- Language: Java
- Size: 98.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```