expressionify

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

infix-rpn-eval

Convert math expressions between postfix (RPN) and infix notations and evaluate them