- or download this
name:
'match' | 'name' | 'mode' | 'priority'
- or download this
name:
'match'
| 'name'
| 'mode'
| 'priority'
- or download this
name:
'match'
...
{ [$item[0],$item[1]] }
| 'priority'
{ [$item[0],$item[1]] }
- or download this
sub AUTOLOAD {
my $tree = shift;
...
print STDERR "@@@ $AUTOLOAD(\$tree) @@@\n";
recurse($tree);
}
- or download this
sub startrule {
my $tree = shift;
...
}
}
- or download this
style_option:
'version'
...
| /[a-zA-Z0-9:_.\-]+/
{ [@item[0..$#item]] }
- or download this
style_option:
'version'
...
/[a-zA-Z0-9:_.\-]+/
{ $item[1] }
- or download this
preserve_space:
'preserve-space' '[' 'elements' '=' qstring ']' paren(?)
- or download this
{ [$item[0],$item[5]] }
- or download this
xcomment:
<skip: qr/[ \t]*/> newline(0..) '<!--'
...
$return = ['xcomment',$return];
}
- or download this
#_________________________________________________________________
+_____________
...
#_________________________________________________________________
+_____________
- or download this
startrule:
is_printable(s)
...
| 'priority'
{ $item[1] }