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. |
||
---|---|---|
.. | ||
pegjs |