(expected, found, location)
| 413 | } |
| 414 | |
| 415 | function peg$buildStructuredError(expected, found, location) { |
| 416 | return new peg$SyntaxError( |
| 417 | peg$SyntaxError.buildMessage(expected, found), |
| 418 | expected, |
| 419 | found, |
| 420 | location |
| 421 | ); |
| 422 | } |
| 423 | |
| 424 | function peg$parsestart() { |
| 425 | var s0, s1, s2, s3; |