JimSchofield / lox

A typescript implementation of Lox from www.craftinginterpreters.com
1 stars 0 forks source link

Lox lang in Typescript

This is an implemenation of the Lox language in Typescript. See www.craftinginterpreters.com

Getting started

You will need to clone and run npm install.

Notes: