You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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).
8 years ago
..
generate-bytecode.spec.js Construct expectations using functions 8 years ago
helpers.js Remove various JSHint-related cruft 8 years ago
remove-proxy-rules.spec.js Rename the "PEG" variable to "peg" 8 years ago
report-duplicate-labels.spec.js Report duplicate labels as errors 8 years ago
report-duplicate-rules.spec.js Add location to the "Rule ... is already defined" error message 8 years ago
report-infinite-recursion.spec.js Align names of compiler passes that detect infinite loops 8 years ago
report-infinite-repetition.spec.js Align names of compiler passes that detect infinite loops 8 years ago
report-undefined-rules.spec.js Talk about "undefined rules" instead of "missing rules" internally 8 years ago