pegjs/lib/compiler/passes
2016-09-01 13:02:44 +02:00
..
generate-bytecode.js Replace "... instanceof Array" with "Array.isArray(...)" 2016-08-30 16:37:05 +02:00
generate-js.js Replace suitable for loops with Array methods (in /lib) 2016-09-01 13:02:44 +02:00
remove-proxy-rules.js Replace arrays.each with Array.prototype.forEach 2016-08-27 16:33:05 +02:00
report-duplicate-labels.js Replace arrays.each with Array.prototype.forEach 2016-08-27 16:33:05 +02:00
report-duplicate-rules.js Add location to the "Rule ... is already defined" error message 2016-06-27 12:27:41 +02:00
report-infinite-recursion.js Replace arrays.every with Array.prototype.every 2016-08-27 16:33:47 +02:00
report-infinite-repetition.js Align names of compiler passes that detect infinite loops 2016-07-29 18:06:16 +02:00
report-undefined-rules.js Talk about "undefined rules" instead of "missing rules" internally 2016-07-29 15:16:56 +02:00