pegjs/spec/compiler/passes
David Majda 725927e05f Change ordering of "action" code
Places all code that does something with "action" AST nodes under code
handling "choice" nodes.

This ordering is logical because now all the node handling code matches
the sequence in which various node types usually appear when descending
through the AST tree.
2012-06-26 20:28:06 +02:00
..
compute-params.spec.js Change ordering of "action" code 2012-06-26 20:28:06 +02:00
compute-var-names.spec.js Change ordering of "action" code 2012-06-26 20:28:06 +02:00
remove-proxy-rules.spec.js Change ordering of "action" code 2012-06-26 20:28:06 +02:00
report-left-recursion.spec.js Change ordering of "action" code 2012-06-26 20:28:06 +02:00
report-missing-rules.spec.js Change ordering of "action" code 2012-06-26 20:28:06 +02:00