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.
David Majda 976328b7d6 Avoid |Array.prototype.splice| call with one parameter
The one-parameter |Array.prototype.splice| call is a SpiderMonkey
extension. Apparently, IE doesn't implement it (unlike other supported
browsers), so we need to replace it with two-parameter version.
11 years ago
..
compiler Avoid |Array.prototype.splice| call with one parameter 11 years ago
compiler.js Plugin API: Split compiler passes into stages 11 years ago
grammar-error.js Git repo npmization: Make the repo a npm package 12 years ago
parser.js Fix error messages in certain cases with trailing input 11 years ago
peg.js Plugin API: Split compiler passes into stages 11 years ago
utils.js Fix typo in comment 11 years ago