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.