blob: 289e1d6ee735d7689e2906d73002c31d8c691918 (
plain) (
blame)
1
2
3
4
|
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).
|