Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 366 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 366 Bytes

Part 12

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

Commands

  • npm install: Install the necessary dependencies to run the syntax-cli parser generator tool.

  • npm run parse: Parse the calc.g grammar using LL1 mode.