pegjs/lib
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
..
compiler Speed up deduplication of expectations 2015-12-04 10:56:45 +01:00
utils Remove trailing commas in object literals 2015-08-21 16:02:13 +02:00
compiler.js Rename generate-javascript.js to generate-js.js 2015-09-04 15:41:20 +02:00
grammar-error.js Merge pull request #347 from mbaumgartl/errorstack 2015-07-03 13:05:41 +02:00
parser.js Speed up deduplication of expectations 2015-12-04 10:56:45 +01:00
peg.js Update version to 0.9.0 2015-08-30 08:22:26 +02:00