Skip to content

mhmood-sf/lox.ts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published