Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kindermax/lox-java
Lox programming language written in Java - based on https://craftinginterpreters.com
https://github.com/kindermax/lox-java
Last synced: 16 days ago
JSON representation
Lox programming language written in Java - based on https://craftinginterpreters.com
- Host: GitHub
- URL: https://github.com/kindermax/lox-java
- Owner: kindermax
- Created: 2023-09-02T17:13:36.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-03T22:12:23.000Z (over 1 year ago)
- Last Synced: 2023-10-04T11:53:55.069Z (over 1 year ago)
- Language: Java
- Size: 126 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
Lox programing language and interpreter
---Based on https://craftinginterpreters.com
## Run
`lets lox` - will start REPL
`lets lox examples/hello.lox` - will run script from file
## Test
`lets test`
## Dependencies
* Java version - 17