Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/saihaj/lox


https://github.com/saihaj/lox

compiler deno interpreter java typescript

Last synced: 17 days ago
JSON representation

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
```