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.
208cc33930
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 | |
---|---|---|
.. | ||
pegjs | 12 years ago |