/ts-parser-thing

Simple functional language implemented in TypeScript.

Primary LanguageTypeScript

ts-parser-thing

Simple functional language implemented in TypeScript.


Installing:

git clone $THIS_REPO
cd $REPO_FOLDER
npm i

Running tests:

npm test

Running the REPL:

npm start repl