pegjs/lib/compiler
David Majda d34faba59e Speed up deduplication of expectations
The expectation deduplication algorithm called |Array.prototype.splice|
to eliminate each individual duplication, which was slow. This caused
problems with grammar/input combinations that generated a lot of
expecations (see #377 for an example).

This commit replaces the algorithm with much faster one, eliminating the
problem.
2015-12-04 10:56:45 +01:00
..
passes Speed up deduplication of expectations 2015-12-04 10:56:45 +01:00
asts.js s/alwaysAdvancesOnSuccess/alwaysConsumesOnSuccess/ 2015-09-04 17:35:37 +02:00
js.js Rename javascript.js to js.js 2015-09-04 15:38:17 +02:00
opcodes.js
visitor.js