Update example arithmetics.pegjs, make it work

redux
chunpu 10 years ago
parent 5a02bca34d
commit e6efe09ac3

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

Loading…
Cancel
Save