a zip code crypto-currency system good for red ONLY
Eric Foster d5378345de connection between front end and database 6 years ago
..
.npmignore connection between front end and database 6 years ago
README.md connection between front end and database 6 years ago
common.js connection between front end and database 6 years ago
evaluator.js connection between front end and database 6 years ago
package.json connection between front end and database 6 years ago

README.md

esmangle-evaluator

esmangle's evaluator.js as a standalone module.

evaluator.js is an unmodified copy of the original.

common.js is a stub of the original with a few helpers/constants required by evaluator.js.

Exports

{
  constant: {
    doBinary: [Function: doBinary],
    doUnary: [Function: doUnary],
    doLogical: [Function: doLogical],
    evaluate: [Function: getConstant],
    isConstant: [Function: isConstant]
  },
  hasSideEffect: [Function: hasSideEffect],
  booleanCondition: [Function: booleanCondition]
}