AndyBoat / write-an-interpreter-in-ts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

write-interpreter-in-ts

Use typescript to implement an interpreter for Monkey Programming language, according to Writing An Interpreter In Go

With brilliant DX from Bun

To install dependencies:

bun install

To run/start a REPL:

bun run index.ts

To test

bun test

About


Languages

Language:TypeScript 100.0%