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 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.
12 years ago
..
compiler Change ordering of "action" code 12 years ago
compiler.js Make the code emitter a compiler pass 12 years ago
parser.js Change ordering of "literal", "class" and "any" code 12 years ago
parser.pegjs Change ordering of "literal", "class" and "any" code 12 years ago
peg.js Add a note about semantic versioning to |PEG.VERSION| comment 12 years ago
utils.js AST: Store rules in an array instead of an object 12 years ago