expressionify
Simple node.js expression parser and evaluator using shunting-yard and reverse polish notation algorithms
infix-to-postfix
Returns a postfix (Reverse Polish Notation) expression from an infix expression.
infix-rpn-eval
Convert math expressions between postfix (RPN) and infix notations and evaluate them