https://github.com/dwctor/jloxinterp
An interpreter for the lox language in java, made as a learning experience following the book "Crafting Interpreters".
https://github.com/dwctor/jloxinterp
Last synced: 12 months ago
JSON representation
An interpreter for the lox language in java, made as a learning experience following the book "Crafting Interpreters".
- Host: GitHub
- URL: https://github.com/dwctor/jloxinterp
- Owner: Dwctor
- Created: 2022-08-11T16:45:49.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-08-19T21:03:28.000Z (almost 4 years ago)
- Last Synced: 2025-03-12T09:37:21.524Z (over 1 year ago)
- Language: Java
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JLoxInterp
An interpreter for the lox language in java, made as a learning experience following the book "Crafting Interpreters".
Crafting Interpreters: https://craftinginterpreters.com/
Currently under development. So far Scanner is working for basic lexicons.