An analytical formal grammar that is used to describe a formal language in terms of a set of rules for recognizing strings.
[Source](https://en.wikipedia.org/wiki/Parsing_expression_grammar)
# Notable Uses
[[Python]] has used a PEG-based parser since 3.10.
[Pest](https://pest.rs/) is a [[Rust]] library for defining PEGs and generating a parser from them.