thaw-interpreter

Programming language interpreters, including LISP, Scheme, and Prolog.

Usage no npm install needed!

<script type="module">
  import thawInterpreter from 'https://cdn.skypack.dev/thaw-interpreter';
</script>

README

thaw-interpreter

Programming language interpreters, including LISP, Scheme, and Prolog.

Obligatory BadgeFest:

codeclimate git github npm packagephobia terminal travis typescript

status build status npm version latest tag npm total downloads watchers stars issues forks contributors branches releases commits last commit types install size known vulnerabilities lines of code technical debt maintainability test coverage tested with jest code style: prettier license

Features

  • Lots of Foo.

Building

Build the app via:

$ npm run all

Launching the app

Start an interpreter via e.g.:

$ npm start lisp
$ npm start scheme
$ npm start prolog

Exiting the app

Exit an interpreter by typing 'exit'.

License

MIT