/crafting-interpreters-ts

A typescript implementation of the (J)Lox language from Crafting Interpreters

Primary LanguageTypeScript

Crafting Interpreters - Typescript

This is an implementation of the Lox language (from Crafting Interpreters) in TypeScript.

I plan to use this experience as a stepping stone to writing my own language in Rust in future.