jintr

A tiny JavaScript interpreter written in TypeScript.

ts-evaluator

An interpreter for Typescript that can evaluate an arbitrary Node within a Typescript AST

ts-simple-interpreter

A simple TypeScript interpreter. It can execute TS code text as input and return a console result of the code.