Skip to content

tomowang/formula-parser-demo

Repository files navigation

Formula Parser Demo Using chevrotain

This is a demo for using Chevrotain to build a formula parser. Project files are:

  • calculator.g4 & formula.g4 - antlr grammar specification
  • calculator.js & formula.js - Chevrotain lexer and parser
  • *_diagrames.html - diagrames generated by create_diagram.js

Use pnpm test to run test cases.