Parsing expression grammar: Difference between revisions

Content deleted Content added
Compared to context-free grammars: Add "time" after "quadratic and cubic"
Fixed typo
Tags: Reverted possibly inaccurate edit summary Mobile edit Mobile web edit
Line 1:
{{short description|Type of grammar for describing formal languages}}
In [[computer science]], a '''parsing expression grammar''' ('''PEG''') is a type of [[formal grammar#Analytic grammars|analytic]] [[formal grammar]], i.e. it describes a [[formal language]] in terms of a set of rules for recognizing [[string (computer science)|strings]] in the language. The formalism was introduced by Bryan Ford in 2004<ref name="For04">
{{cite conference
| first = Bryan