d48983dd6a
If the described class is case-sensitive, nothing changes. If the described class is case-insensitive, its description doesn't indicate that anymore. The indication was awkward and it was meaningful only for parser users familiar with PEG.js grammar syntax (typically a minority). For cases where case insensitivity indication is vital, named rules can be used to customize the reporting. Note that literal descriptions already ignore the case-sensitivity flag; this commit only makes things consistent. |
||
---|---|---|
.. | ||
compiler | ||
utils | ||
.eslintrc.json | ||
compiler.js | ||
grammar-error.js | ||
parser.js | ||
peg.js |