Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 244 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 244 Bytes

lox-typescript

My implementation of the Lox Programming Language in TypeScript. https://www.craftinginterpreters.com/

Usage

  1. Install necessary dependencies
npm i
  1. Build
npm run build
  1. Run
npm start