pegjs/lib/compiler/passes
David Majda b77d33ca05 generate-js.js: Quote the "class" key in DESCRIBE_EXPECTATION_FNS
"class" is a reserved word. Having it as a key unquoted broke IE 8 (both
in standards and quirks mode) and IE 9 (in quirks mode).
2016-08-05 14:46:32 +02:00
..
generate-bytecode.js Construct expectations using functions 2016-06-18 06:57:09 +02:00
generate-js.js generate-js.js: Quote the "class" key in DESCRIBE_EXPECTATION_FNS 2016-08-05 14:46:32 +02:00
remove-proxy-rules.js Convert PEG.js code to strict mode 2015-06-12 17:34:59 -07:00
report-duplicate-labels.js Report duplicate labels as errors 2016-06-27 13:45:59 +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 Align names of compiler passes that detect infinite loops 2016-07-29 18:06:16 +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