pegjs/spec/unit/compiler/passes
David Majda d48983dd6a 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.
2016-06-13 10:41:15 +02:00
..
generate-bytecode.spec.js Don't use the "i" suffix for case-insensitive class descriptions 2016-06-13 10:41:15 +02:00
helpers.js Remove various JSHint-related cruft 2016-06-11 11:32:32 +02:00
remove-proxy-rules.spec.js Rename the "PEG" variable to "peg" 2016-05-04 12:37:13 +02:00
report-infinite-loops.spec.js Rename the "PEG" variable to "peg" 2016-05-04 12:37:13 +02:00
report-left-recursion.spec.js Rename the "PEG" variable to "peg" 2016-05-04 12:37:13 +02:00
report-missing-rules.spec.js Rename the "PEG" variable to "peg" 2016-05-04 12:37:13 +02:00