This is a starting point for TypeScript solutions to the "Build your own Interpreter" Challenge. This challenge follows the book Crafting Interpreters by Robert Nystrom. In this challenge you'll build ...
Repository files navigation This is the repo used for the in-progress book " Crafting Interpreters ". It contains the Markdown text of the book, full implementations of both interpreters, as well as ...