pegjs/lib/compiler/passes
David Majda 88f1d1369b Detect newlines using charCodeAt instead of charCode
In generated parsers, detect newlines using charCodeAt instead of
charCode. This should be slightly faster.
2016-02-05 17:53:26 +01:00
..
generate-bytecode.js Use literal raw text in error messages 2015-09-18 10:56:05 -07:00
generate-js.js Detect newlines using charCodeAt instead of charCode 2016-02-05 17:53:26 +01: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