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 d7d7e87874 Make infinite loop and left recursion detectors work with named rules
Add missing |named| case to the visitor in lib/compiler/asts.js, which
makes the infinite loop and left recursion detectors work correctly with
named rules.

The missing case caused |make parser| to fail with:

  140:34: Infinite loop detected.
  make: *** [parser] Error 1
9 years ago
..
compiler Make infinite loop and left recursion detectors work with named rules 9 years ago
utils Convert PEG.js code to strict mode 9 years ago
compiler.js Convert PEG.js code to strict mode 9 years ago
grammar-error.js Merge pull request #347 from mbaumgartl/errorstack 9 years ago
parser.js Merge pull request #347 from mbaumgartl/errorstack 9 years ago
peg.js Convert PEG.js code to strict mode 9 years ago