Files
pkgsrc-ng/devel/p5-Regexp-Parser/DESCR
2013-09-26 17:14:40 +02:00

6 lines
335 B
Plaintext

This module parses regular expressions (regexes). Its default "grammar" is Perl
5.8.4's regex set. Grammar is quoted because the module does not so much define
a grammar as let each matched node state what it expects to match next, but
there is not currently a way of extracting a complete grammar. This may change
in future versions.