Code for Part 14 of my math expression parser series at inspirnathan.com
-
node tests
: Run a recursive descent parser that evaluates math expressions against multiple test inputs. -
node parser-cli '1 + 2 * 3'
: Run the recursive descent parser against a math expression passed via the command line.