My implementation of the Lox Programming Language in TypeScript. https://www.craftinginterpreters.com/
- Install necessary dependencies
npm i
- Build
npm run build
- Run
npm start
My implementation of the Lox Programming Language in TypeScript. https://www.craftinginterpreters.com/
npm i
npm run build
npm start