Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/saihaj/lox
compiler deno interpreter java typescript
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/saihaj/lox
- Owner: saihaj
- License: mit
- Created: 2021-08-03T05:30:53.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-06-27T01:59:04.000Z (over 2 years ago)
- Last Synced: 2024-10-08T03:33:24.808Z (3 months ago)
- Topics: compiler, deno, interpreter, java, typescript
- Language: Java
- Homepage: https://github.com/munificent/craftinginterpreters
- Size: 23.4 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Lox - [Crafting Interpreters](http://craftinginterpreters.com/)
🚧 Work in progress 🚧
`jlox` is Java implementation of Lox as described in the book. For development following [Java version](https://github.com/AdoptOpenJDK/openjdk11-upstream-binaries/releases/tag/jdk-11.0.9%2B11) is used
```
openjdk 11.0.9 2020-10-20
OpenJDK Runtime Environment AdoptOpenJDK (build 11.0.9+11)
OpenJDK 64-Bit Server VM AdoptOpenJDK (build 11.0.9+11, mixed mode)
````tslox` is TypeScript implementation of Lox using [Deno](https://github.com/denoland/deno/releases/tag/v1.12.2).
```
deno 1.12.2 (release, x86_64-apple-darwin)
v8 9.2.230.14
typescript 4.3.5
```