mhmood-sf / lox.ts

TypeScript implementation of Lox (https://craftinginterpreters.com)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

lox.ts

Complete TypeScript tree-walk interpreter implementation of Lox from Crafting Interpreters.

Usage

  • Clone/download the repo, make sure you have deno installed
  • deno run -A run.ts [file] (if no file is given, it will start the repl).
  • You can also try it on the web.

About

TypeScript implementation of Lox (https://craftinginterpreters.com)

License:MIT License


Languages

Language:TypeScript 50.8%Language:JavaScript 48.1%Language:HTML 1.0%