Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/perlun/jlox
My version of jlox, following the guide given at http://craftinginterpreters.com
https://github.com/perlun/jlox
Last synced: 26 days ago
JSON representation
My version of jlox, following the guide given at http://craftinginterpreters.com
- Host: GitHub
- URL: https://github.com/perlun/jlox
- Owner: perlun
- Created: 2020-01-14T21:09:09.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-30T21:52:20.000Z (almost 5 years ago)
- Last Synced: 2024-11-04T14:51:17.103Z (2 months ago)
- Language: Java
- Homepage:
- Size: 65.4 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# jlox
This is my version of jlox, following the guide given at http://craftinginterpreters.com
After a while, I started converting the code to C# and eventually, I stopped adding the new code as I was reading through book; I only did it in the C#-converted repo. You may find the code for it here: https://github.com/perlun/cslox/