Skip to content

Latest commit

 

History

History

part-14

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Part 14

Code for Part 14 of my math expression parser series at inspirnathan.com

Commands

  • 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.