Skip to content

Releases: superjobru/php-peg

Nested quantifiers fix patch

29 Jan 12:41
3dc972b
Compare
Choose a tag to compare
Patch 1 (#1)

* Fix "Quantified nested groups do not work"

If we have rule with quantified nested groups, like example: (("a")+ "bc")+, outer quantifier works not correct, because both quantifiers use  variables with same name - $count.