Browse Source

Update example arithmetics.pegjs, make it work

redux
chunpu 9 years ago
parent
commit
e6efe09ac3
  1. 6
      examples/arithmetics.pegjs

6
examples/arithmetics.pegjs

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

Loading…
Cancel
Save