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.
David Majda 34fe2c01ae Fix matching of case-instensitive literals
Code that calculated which part of the input to match against a literal
was wrong in case of case-insensitive literals when generating
speed-optimized parsers. As a result, matching of case-insensitive
literals worked only at the end of the input (where too big length
passed to the |substr| method didn't matter).

Fixes GH-153.
12 years ago
..
compiler Fix matching of case-instensitive literals 12 years ago
compiler.js Plugin API: Split compiler passes into stages 12 years ago
grammar-error.js Git repo npmization: Make the repo a npm package 12 years ago
parser.js Fix deduplication in |peg$cleanupExpected| 12 years ago
peg.js Plugin API: Split compiler passes into stages 12 years ago
utils.js Test property presence in |utils.defaults| using |in| 12 years ago