Skip to content

mtratsiuk/tslox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tslox

TypeScript implementation of Lox interpreter based on craftinginterpreters.

Development

Install

git clone git@github.com:mtratsiuk/tslox.git
npm i

Start REPL

npm start

Execute source file

npm start -- ./examples/closures.lox [--ast,tokens]