Merge pull request #252 from chunpu/patch-1

Update example arithmetics.pegjs, make it work
redux
David Majda 10 years ago
commit 5fd41d444b

@ -39,6 +39,6 @@ Factor
Integer "integer"
= [0-9]+ { return parseInt(text(), 10); }
_ = "whitespace"
[ \t\n\r]*
_ "whitespace"
= [ \t\n\r]*

Loading…
Cancel
Save