Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iamriteshkoushik/lox-interpreter
Implementing the Lox programming language from the book - Crafting Interpreters by Robert Nystrom
https://github.com/iamriteshkoushik/lox-interpreter
Last synced: 1 day ago
JSON representation
Implementing the Lox programming language from the book - Crafting Interpreters by Robert Nystrom
- Host: GitHub
- URL: https://github.com/iamriteshkoushik/lox-interpreter
- Owner: IAmRiteshKoushik
- License: mit
- Created: 2023-11-11T05:26:00.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2023-11-15T16:35:03.000Z (12 months ago)
- Last Synced: 2023-11-15T19:34:46.339Z (12 months ago)
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# lox-rs
Implementing the Lox programming language from the book - Crafting Interpreters by Robert Nystrom