pegjs/lib/compiler
David Majda fb5f6c6ee9 Make labels behave like block-scoped variables
Action and predicate code can now see variables defined in expressions
"above" them.

Based on a pull request by Bryon Vandiver (@asterick):

  https://github.com/pegjs/pegjs/pull/180

Fixes #316.
2015-02-13 14:10:32 +01:00
..
passes Make labels behave like block-scoped variables 2015-02-13 14:10:32 +01:00
asts.js Utility functions cleanup: Cleanup lib/compiler/asts.js 2014-05-08 20:28:32 +02:00
javascript.js Fix a bug in |stringEscape| 2014-05-08 20:28:32 +02:00
opcodes.js Implement additional PUSH_* bytecode instructions 2014-05-16 13:28:29 +02:00
visitor.js Reordering in visitors and their specs 2014-06-07 14:06:42 +02:00