You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Mingun 4cc9185a78 Improve error when reserved word used as label (#552)
Before this commit error looks like (for input `start = break:'a'`)

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

After this error looks like

> Label can't be a reserved word "break".
6 years ago
..
generated-parser-api.spec.js Ensure usage of 'lib/peg.d.ts' 6 years ago
pegjs-api.spec.js Improve error when reserved word used as label (#552) 6 years ago
plugin-api.spec.js Ensure usage of 'lib/peg.d.ts' 6 years ago