Skip to content

Typescript port of Thorsten Ball's Monkey Interpreter

License

Notifications You must be signed in to change notification settings

hutcho66/interpreter-ts

Repository files navigation

Typescript Monkey Interpreter and Compiler

Typescript port of Thorsten Ball's Monkey Interpreter

Installation

Use the package manager yarn to install foobar.

yarn install

Usage

Run the REPL to test the lexer

yarn compile
yarn repl --[interpeter|compiler]

Benchmark

yarn compile
yarn benchmark:compiler
yarn benchmark:interpreter

Tests

Run tests with jest

yarn test

License

MIT

About

Typescript port of Thorsten Ball's Monkey Interpreter

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published