pegjs/lib
David Majda 8759d4899e Fix deduplication in |peg$cleanupExpected|
The deduplication skipped over an expected string right after the one
that was removed because the index variable was incorrectly incremented
in that case.

Based on a patch by @fresheneesz:

  https://github.com/dmajda/pegjs/pull/146
2013-01-27 20:12:44 +01:00
..
compiler Fix deduplication in |peg$cleanupExpected| 2013-01-27 20:12:44 +01:00
compiler.js Plugin API: Split compiler passes into stages 2013-01-13 19:08:06 +01:00
grammar-error.js Git repo npmization: Make the repo a npm package 2012-11-10 14:21:14 +01:00
parser.js Fix deduplication in |peg$cleanupExpected| 2013-01-27 20:12:44 +01:00
peg.js Plugin API: Split compiler passes into stages 2013-01-13 19:08:06 +01:00
utils.js Test property presence in |utils.defaults| using |in| 2013-01-06 10:35:09 +01:00