Skip to main content

Module ast

Module ast 

Source

Structs§

ASTModificationError
Any error from the Yacc parser returns an instance of this struct.
ASTWithValidityInfo
Contains a GrammarAST structure 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 ASTWithValidityInfo struct.
Production
Rule

Enums§

Symbol