Browse Source
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.master
committed by
Futago-za Ryuu
3 changed files with 278 additions and 238 deletions
File diff suppressed because one or more lines are too long
Loading…
Reference in new issue