pegjs/test/unit
felix cb3c5f4473 Improve error message for unbalanced brace. (#534)
Currently, an open brace without a corresponding brace will emit this confusing error message:

> Expected "!", "$", "&", "(", "*", "+", ".", "/", "/*", "//", ";", "?", character class, code block, comment, end of line, identifier, literal, or whitespace but "{" found.

This change adds an error case to the grammar to make it clear what the problem is.
2017-09-15 21:36:19 +01:00
..
compiler/passes Check allowedStartRules exist. (#532) 2017-09-12 21:21:35 +01:00
parser.spec.js Improve error message for unbalanced brace. (#534) 2017-09-15 21:36:19 +01:00