Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 301 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 301 Bytes

pratt-parser-cpp

A simple implementation of a parser and evaluator for arithmetic expressions using Pratt parsing (Top-Down Operator Precedence parsing). Inspired by the only reasonably cogent Pratt Parser implementation and explanation in the wild, https://github.com/richardjennings/prattparser.