Partition NonterminalLiteral #37
Labels
area:cfg
Related to control-flow graphs (CFGs)
area:lang
Related to metalanguage
area:spec
Related to specifications
enhancement
Enhance the quality of a feature
report
Create issues/pull requests to other projects
Currently,
NonterminalLiteral
represents both the grammar symbol(Ex: |A| Contains |B|) and references to child of AST node.For example,
Current compile rule:
ClassTail[0,3].Contains
.Desired:
ecma262/spec.html
to clearly describe the usage of nonterminal literal.The text was updated successfully, but these errors were encountered: