CodeSyntax
Documentation
data CGrammar
Constructors
data CInterface
Constructors
| CInterface CSegments |
data CNonterminal
Constructors
| CNonterminal NontermIdent [Identifier] Attributes Attributes CProductions CInterface |
type CNonterminals = [CNonterminal]
data CProduction
Constructors
| CProduction ConstructorIdent CVisits [(Identifier, Type, ChildKind)] [Identifier] |
type CProductions = [CProduction]
data CRule
Constructors
data CSegment
Constructors
| CSegment Attributes Attributes |
data CVisit
Constructors
| CVisit Attributes Attributes Sequence Sequence Bool |