pegjs/spec/unit
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
..
compiler/passes Align names of compiler passes that detect infinite loops 2016-07-29 18:06:16 +02:00
parser.spec.js AST: Remove the "rawText" property from "class" nodes 2016-06-18 04:52:49 +02:00