pegjs/lib/compiler
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.
2013-12-09 21:57:03 +01:00
..
passes Avoid |Array.prototype.splice| call with one parameter 2013-12-09 21:57:03 +01:00
opcodes.js Renumber bytecode instructions to make them sequential 2013-12-07 15:58:26 +01:00