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.
d34faba59e
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. |
9 years ago | |
---|---|---|
.. | ||
passes | 9 years ago | |
asts.js | 9 years ago | |
js.js | 9 years ago | |
opcodes.js | 9 years ago | |
visitor.js | 10 years ago |