hafriedlander / php-peg

PEG (parsing expression grammar) compiler for PHP
Other
191 stars 53 forks source link

Allow PCRE-like quantifiers #15

Closed ju1ius closed 12 years ago

ju1ius commented 12 years ago

This allows quantifiers in the PCRE form, like {1,2}, {1,}, {2,4}, etc...

hafriedlander commented 12 years ago

Hi ju1ius. This looks good. Can I get you to rebase it so the commit history is clean (remove a1c8119 rather than reversing it)? Then I can merge it in.