blob: 3eae1a82d1f550eb177f376a96ac436fb5c8fdd1 (
plain)
1
2
3
4
5
6
|
This module implements a close simulation of the Perl 6 rule and grammar
constructs, translating them back to Perl 5 regexes via a source filter.
(And hence suffers from all the usual limitations of a source filter,
including the ability to translate complex code spectacularly wrongly).
WWW: https://metacpan.org/release/Perl6-Rules
|