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 4d5b1d58aa AST: Store rules in an array instead of an object
This simplifies the code a bit and makes the AST more regular (each node
type has a fixed set of properties). The latter may get useful later
when generalizing visitors.
12 years ago
..
compiler.js Move param computations from the emitter into a separate pass 12 years ago
emitter.js AST: Store rules in an array instead of an object 12 years ago
parser.js AST: Store rules in an array instead of an object 12 years ago
parser.pegjs AST: Store rules in an array instead of an object 12 years ago
passes.js AST: Store rules in an array instead of an object 12 years ago
peg.js src/peg.js: Prevent redefinition of |undefined| differently 13 years ago
utils.js AST: Store rules in an array instead of an object 12 years ago