Module parser

Source

Structs§

YaccGrammarError
Any error from the Yacc parser returns an instance of this struct.
YaccGrammarWarning
Any Warning from the Yacc parser returns an instance of this struct.

Enums§

SpansKind
Indicates how to interpret the spans of an error.
YaccGrammarErrorKind
The various different possible Yacc parser errors.
YaccGrammarWarningKind
The various different possible Yacc parser errors.

Type Aliases§

YaccGrammarResult