pegjs/lib/compiler
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
..
passes Fix deduplication in |peg$cleanupExpected| 2013-01-27 20:12:44 +01:00
opcodes.js Code generator rewrite 2013-01-01 16:38:09 +01:00