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 eb4badab24 Refactor named rules AST representation
PEG.js grammar rules are represented by |rule| nodes in the AST. Until
now, all such nodes had a |displayName| property which was either |null|
or stored rule's human-readable name. This commit gets rid of the
|displayName| property and starts representing rules with a
human-readable name using a new |named| node (a child of the |rule|
node).

This change simplifies code generation code a bit as tests for
|displayName| can be removed (see changes in generate-code.js). It also
separates different concerns from each other nicely.
12 years ago
..
compute-params.js Refactor named rules AST representation 12 years ago
compute-var-names.js Refactor named rules AST representation 12 years ago
generate-code.js Refactor named rules AST representation 12 years ago
remove-proxy-rules.js Refactor named rules AST representation 12 years ago
report-left-recursion.js Refactor named rules AST representation 12 years ago
report-missing-rules.js Refactor named rules AST representation 12 years ago