NAME
P6C::IMCC::ExtRegex::TreeOps - A few additional Regex::Ops::Tree ops for implementing Perl6-flavor rules.
OPS
All of these ops inherit from P6C::IMCC::ExtRegex::TreeOps::_runtime, which gives the optimization values for the ops: they can be any length, cannot be converted to a DFA, etc.
- code
-
A wad of Perl6 code.
- array_literal
-
A Perl6 array literal (duh!)
- string
-
A Perl6 string value. Is this used? Ah, who cares.