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 4cf50bcf9f Move param computations from the emitter into a separate pass
This has two main benefits:

  1. The knowledge about scoping params in at one designated place,
     making all future adjustments in this area easier.

  2. Action-related code does not handle sequences specially anymore.
     Such knowledge/behavior doesn't belong there.
12 years ago
..
compiler.js Move param computations from the emitter into a separate pass 12 years ago
emitter.js Move param computations from the emitter into a separate pass 12 years ago
parser.js Add |expected| and |found| properties to exceptions thrown by parsers 12 years ago
parser.pegjs PEG.js grammar: Replace two instances of |string / ""| by |string?| 13 years ago
passes.js Move param computations from the emitter into a separate pass 12 years ago
peg.js src/peg.js: Prevent redefinition of |undefined| differently 13 years ago
utils.js Move param computations from the emitter into a separate pass 12 years ago