pegjs/lib/compiler
David Majda 67d85f2de8 Align names of compiler passes that detect infinite loops
Rename compiler passes as follows:

  reportLeftRecursion -> reportInfiniteRecursion
  reportInfiniteLoops -> reportInfiniteRepetition

This reflects the fact that both passes detect different ways of causing
the same problem (possible infinite loop when parsing).
2016-07-29 18:06:16 +02:00
..
passes Align names of compiler passes that detect infinite loops 2016-07-29 18:06:16 +02:00
asts.js
index.js Align names of compiler passes that detect infinite loops 2016-07-29 18:06:16 +02:00
js.js
opcodes.js
visitor.js