Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rheingoldriver/craftinginterpreters
unforked clone of https://github.com/munificent/craftinginterpreters so I can search it etc
https://github.com/rheingoldriver/craftinginterpreters
Last synced: 7 days ago
JSON representation
unforked clone of https://github.com/munificent/craftinginterpreters so I can search it etc
- Host: GitHub
- URL: https://github.com/rheingoldriver/craftinginterpreters
- Owner: RheingoldRiver
- License: other
- Created: 2022-09-21T08:21:51.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2022-09-27T04:55:05.000Z (about 2 years ago)
- Last Synced: 2024-10-08T22:22:15.215Z (about 1 month ago)
- Language: Java
- Size: 22.3 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is my fork-but-I-unforked of the [Crafting Interpreters repo](https://github.com/munificent/craftinginterpreters). I'm editing the files in [java/com/craftinginterpreters/lox](https://github.com/RheingoldRiver/craftinginterpreters/tree/master/java/com/craftinginterpreters/lox) a bit to extend the Lox language as suggested by some of the challenges in the book / as I want to. Everything will be done as pull requests with commit messages so look there if you want to see what I did.