pegjs/lib/compiler
David Majda 491106c347 Report left recursion and infinite loops only as "possible"
A semantic predicate can prevent the parser to actually enter infinite
recursion or loop. This is undetectable at compile-time.
2015-09-11 14:58:53 +02:00
..
passes Report left recursion and infinite loops only as "possible" 2015-09-11 14:58:53 +02:00
asts.js s/alwaysAdvancesOnSuccess/alwaysConsumesOnSuccess/ 2015-09-04 17:35:37 +02:00
js.js Rename javascript.js to js.js 2015-09-04 15:38:17 +02:00
opcodes.js Fix comment typo 2015-08-18 10:58:22 +02:00
visitor.js Convert PEG.js code to strict mode 2015-06-12 17:34:59 -07:00