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 208cc33930 Allowed start rules must be specified explicitly
Before this commit, generated parser were able to start parsing from any
rule. This was nice, but it made rule code inlining impossible.

Since this commit, the list of allowed start rules has to be specified
explicitly using the |allowedStartRules| option of the |PEG.buildParser|
method (or the --allowed-start-rule option on the command-line). These
rules will be excluded from inlining when it's implemented.
12 years ago
..
allocate-registers.js Add missing semicolon 12 years ago
generate-code.js Allowed start rules must be specified explicitly 12 years ago
remove-proxy-rules.js Change ordering of "literal", "class" and "any" code 12 years ago
report-left-recursion.js Change ordering of "action" code 12 years ago
report-missing-rules.js Change ordering of "action" code 12 years ago