pegjs/lib/compiler/passes
David Majda e03d92488a Set the "found" property of syntax errors produced by "error" to null
The property doesn't correspond to anything in the error's message.
2016-07-29 12:04:12 +02:00
..
generate-bytecode.js Construct expectations using functions 2016-06-18 06:57:09 +02:00
generate-js.js Set the "found" property of syntax errors produced by "error" to null 2016-07-29 12:04:12 +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-loops.js Remove extraneous "with" from an error message 2016-07-04 07:19:57 +02:00
report-left-recursion.js Grammar error messages 3/3: Improve the left recursion message 2016-07-03 18:13:01 +02:00
report-missing-rules.js Grammar error messages 1/3: Improve the missing rule message 2016-07-03 18:12:33 +02:00