(message, location)
| 409 | } |
| 410 | |
| 411 | function peg$buildSimpleError(message, location) { |
| 412 | return new peg$SyntaxError(message, null, null, location); |
| 413 | } |
| 414 | |
| 415 | function peg$buildStructuredError(expected, found, location) { |
| 416 | return new peg$SyntaxError( |