
Grammar extracted by Vadim Zaytsev, see the Grammar Zoo entry for details: meta/syntax/bgf/v5.0-adt/extracted
Source used for this grammar: Vadim Zaytsev, Software Language Processing Suite (SLPS), shared/rascal/src/syntax/BGF.rsc, 23 December 2012 [Explore]
BGFProdList, BGFExprList, BGFGrammar, BGFProduction, BGFExpression, BGFValue), 0 root (—), 1 top (BGFGrammar), 0 bottom (—).[roots], [prods], [grammar], [label], [lhs], [rhs], [production], [epsilon], [empty], [v], [val], [anything], [t] 2, [terminal], [nonterminal], [selector], [expr] 8, [selectable], [exprs] 3, [sequence], [choice], [all], [marked], [optional], [not], [plus], [star], [sep] 2, [seplistplus], [sepliststar], [string], [integer].BGFProdList ::=
BGFProductionBGFExprList ::=
BGFExpressionBGFGrammar ::= [grammar]::[roots]::string [prods]::BGFProdList
BGFProduction ::= [production]::[label]::string [lhs]::string [rhs]::BGFExpression
BGFExpression ::= [epsilon]::ε [empty]::ε [val]::[v]::BGFValue [anything]::ε [terminal]::[t]::string [nonterminal]::[t]::string [selectable]::[selector]::string [expr]::BGFExpression [sequence]::[exprs]::BGFExprList [choice]::[exprs]::BGFExprList [all]::[exprs]::BGFExprList [marked]::[expr]::BGFExpression [optional]::[expr]::BGFExpression [not]::[expr]::BGFExpression [plus]::[expr]::BGFExpression [star]::[expr]::BGFExpression [seplistplus]::[expr]::BGFExpression [sep]::BGFExpression [sepliststar]::[expr]::BGFExpression [sep]::BGFExpression
BGFValue ::= [string]::ε [integer]::ε