saihaj / lox

Home Page:https://github.com/munificent/craftinginterpreters

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lox - Crafting Interpreters

🚧 Work in progress 🚧

jlox is Java implementation of Lox as described in the book. For development following Java version 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.

deno 1.12.2 (release, x86_64-apple-darwin)
v8 9.2.230.14
typescript 4.3.5

About

https://github.com/munificent/craftinginterpreters

License:MIT License


Languages

Language:Java 76.4%Language:TypeScript 23.6%