How to use the biwascheme.Interpreter function in biwascheme

To help you get started, we’ve selected a few biwascheme examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github MikeHeaton / vambda / src / parse.js View on Github external
function execute (compiledLisp) {
  var onError = function(e){ console.error(e); }
  var biwa = new BiwaScheme.Interpreter(onError)
  return biwa.evaluate(compiledLisp)
}

biwascheme

A practical Scheme interpreter written in JavaScript

MIT
Latest version published 1 year ago

Package Health Score

58 / 100
Full package analysis