https://github.com/xffxff/rlox
Implementing an interpreter inspired by crafting interpreters and red green tree
https://github.com/xffxff/rlox
Last synced: about 2 months ago
JSON representation
Implementing an interpreter inspired by crafting interpreters and red green tree
- Host: GitHub
- URL: https://github.com/xffxff/rlox
- Owner: xffxff
- Created: 2021-09-23T10:19:06.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-09-28T01:01:32.000Z (over 3 years ago)
- Last Synced: 2025-01-28T03:17:30.627Z (4 months ago)
- Language: Rust
- Homepage:
- Size: 43.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rlox
Inspired by [crafting interpreters](http://craftinginterpreters.com/) and [red green tree](https://www.youtube.com/watch?v=n5LDjWIAByM&list=PLhb66M_x9UmrqXhQuIpWC5VgTdrGxMx3y)