Don't use the "i" suffix for case-insensitive class descriptions
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.redux
parent
b2d7f9e02f
commit
d48983dd6a
Loading…
Reference in New Issue