Typescript Lox Scanner

Crafting Interpreters by Bob Nystrom has a Lox scanner in Java. This is a reimplementation in Typescript for fun.

https://craftinginterpreters.com/scanning.html

Installation and pre-requisites

npm i

How to test

npm run test