xsawyerx / guacamole

Guacamole is a parser toolkit for Standard Perl. It provides fully static BNF-based parsing capability to a reasonable subset of Perl.
https://metacpan.org/pod/Guacamole
20 stars 8 forks source link

Regex-related functions #29

Closed xsawyerx closed 4 years ago

xsawyerx commented 4 years ago

First version does not parse the regex string or regex modifiers as elements, only the full regex.

xsawyerx commented 4 years ago

Available in #39. (Except for split.)

xsawyerx commented 4 years ago

Merged.