comparison xslscript.pl @ 11:01dc9ba12e1b

XSLScript: typo fixed.
author Maxim Dounin <mdounin@mdounin.ru>
date Mon, 31 Mar 2014 21:59:31 +0400
parents cb41e7c634c5
children cc0402def1f9
comparison
equal deleted inserted replaced
10:cb41e7c634c5 11:01dc9ba12e1b
37 37
38 ############################################################################### 38 ###############################################################################
39 39
40 my $grammar = <<'EOF'; 40 my $grammar = <<'EOF';
41 41
42 # XSLTScript grammar, reconstructed 42 # XSLScript grammar, reconstructed
43 43
44 startrule : <skip:""> item(s) eofile 44 startrule : <skip:""> item(s) eofile
45 { $return = $item{'item(s)'}; 1 } 45 { $return = $item{'item(s)'}; 1 }
46 46
47 item : "<!--" <commit> comment 47 item : "<!--" <commit> comment