Parsing expression grammar: Difference between revisions

Content deleted Content added
No compilation required: New subsection.
Unexpected behaviour: New section heading, splitting subsections off from "Disadvantages", since matters described are not disadvantages as such
Line 254:
</ref> but doing so results in a loss of the linear-time parsing property<ref name="warth08"/> which is generally the justification for using PEGs and packrat parsing in the first place. Only the [[OMeta]] parsing algorithm<ref name="warth08"/> supports full direct and indirect left recursion without additional attendant complexity (but again, at a loss of the linear time complexity), whereas all [[GLR parser]]s support left recursion.
 
== Unexpected behaviour ==
=== Expressive power ===