| ExtendSyntax = "extend" "syntax" (Name "=")? BaseName "{" ExtentionRule* "}"; |
This construct is similar to the ExtendToken
construct , other than it lets you extend ExtensibleRule
instead of TokenRule
.
Name
BaseName
ExtensibleRule
ExtentionRule
ExtendToken