Structs§
- ASTModification
Error - Any error from the Yacc parser returns an instance of this struct.
- ASTWith
Validity Info - Contains a
GrammarASTstructure produced from a grammar source file. As well as any errors which occurred during the construction of the AST. - GrammarAST
- An AST representing a grammar. Typically these will only be constructed through
ASTWithValidityInfostruct. - Production
- Rule