Releases: superjobru/php-peg
Releases · superjobru/php-peg
Nested quantifiers fix patch
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.