pegjs/lib/compiler/passes
David Majda 057a93fbc7 Move the "Generated by ..." comment out of wrapping functions
The wrapping functions are also generated by PEG.js, so the comment
should be above them to mark them as such. This shouldn't cause any
problems technically.
2016-05-03 16:06:21 +02:00
..
generate-bytecode.js Fix labels leaking to outer scope 2016-03-11 16:42:03 +01:00
generate-js.js Move the "Generated by ..." comment out of wrapping functions 2016-05-03 16:06:21 +02:00
remove-proxy-rules.js Convert PEG.js code to strict mode 2015-06-12 17:34:59 -07:00
report-infinite-loops.js Report left recursion and infinite loops only as "possible" 2015-09-11 14:58:53 +02:00
report-left-recursion.js Report full rule chain in recursive rule errors 2015-09-11 15:09:42 +02:00
report-missing-rules.js Convert PEG.js code to strict mode 2015-06-12 17:34:59 -07:00