pegjs/lib/compiler/passes
David Majda 130cbcfaa3 Rename asts.matchesEmpty to alwaysAdvancesOnSuccess and negate it
This makes it more clear that the function isn't about the input the
expression *matched* but about the input it *consumed* when it matched.

Based on a comment by @Mingun:

  https://github.com/pegjs/pegjs/pull/307#issuecomment-89512575
2015-07-31 13:48:46 +02:00
..
generate-bytecode.js Convert PEG.js code to strict mode 2015-06-12 17:34:59 -07:00
generate-javascript.js Merge pull request #347 from mbaumgartl/errorstack 2015-07-03 13:05:41 +02:00
remove-proxy-rules.js Convert PEG.js code to strict mode 2015-06-12 17:34:59 -07:00
report-infinite-loops.js Rename asts.matchesEmpty to alwaysAdvancesOnSuccess and negate it 2015-07-31 13:48:46 +02:00
report-left-recursion.js Rename asts.matchesEmpty to alwaysAdvancesOnSuccess and negate it 2015-07-31 13:48:46 +02:00
report-missing-rules.js Convert PEG.js code to strict mode 2015-06-12 17:34:59 -07:00