pegjs/lib
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
2015-08-06 16:32:08 +02:00
..
compiler Make infinite loop and left recursion detectors work with named rules 2015-08-06 16:32:08 +02:00
utils Convert PEG.js code to strict mode 2015-06-12 17:34:59 -07:00
compiler.js Convert PEG.js code to strict mode 2015-06-12 17:34:59 -07:00
grammar-error.js Merge pull request #347 from mbaumgartl/errorstack 2015-07-03 13:05:41 +02:00
parser.js Merge pull request #347 from mbaumgartl/errorstack 2015-07-03 13:05:41 +02:00
peg.js Convert PEG.js code to strict mode 2015-06-12 17:34:59 -07:00