Thanks to visit codestin.com
Credit goes to github.com

Skip to content
/ ts-lox Public

TypeScript implementation of Crafting Interpreters

stoneG/ts-lox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TypeScript Interpreter for Lox

This is a TypeScript implementation of Crafting Interpeter's interpreter. I did this while following along with this fantastic book.

This is a mostly faithful reproduction of the Java implementation covered by the book, though I updated some logic to be more TypeScripty where possible.

Run it

pnpm i
pnpm tsx lox.ts

About

TypeScript implementation of Crafting Interpreters

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published