pegjs/lib
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 Check allowedStartRules exist. (#532) 2017-09-12 21:21:35 +01:00
grammar-error.js Use only "//" comments 2016-09-20 15:07:39 +02:00
parser.js Improve error message for unbalanced brace. (#534) 2017-09-15 21:36:19 +01:00
peg.js Code style: Make all static "require" calls global 2016-10-10 13:38:39 +02:00