(expected, found, location)
| 623 | } |
| 624 | |
| 625 | function peg$buildStructuredError(expected, found, location) { |
| 626 | return new peg$SyntaxError( |
| 627 | peg$SyntaxError.buildMessage(expected, found), |
| 628 | expected, |
| 629 | found, |
| 630 | location |
| 631 | ); |
| 632 | } |
| 633 | |
| 634 | function peg$parseGrammar() { |
| 635 | var s0, s1, s2, s3, s4, s5, s6; |