Simple node.js expression parser and evaluator using shunting-yard and reverse polish notation algorithms
Parse simple expressions, in a language of your own description
Returns a postfix (Reverse Polish Notation) expression from an infix expression.
Forth style syntax layer/compiler & CLI for the @thi.ng/pointfree DSL