UNPKG

expressionify

Version:

Simple node.js expression parser and evaluator using shunting-yard and reverse polish notation algorithms

12 lines (9 loc) 112 B
language: node_js node_js: - "stable" - "4.4" - "0.12" - "0.10" script: - npm run lint - npm test