cb3c5f4473
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. |
||
---|---|---|
.. | ||
compiler/passes | ||
parser.spec.js |