Module error

Source
Expand description

Errors that can be returned by the DC parser pipeline.

Structs§

Diagnostic 🔒

Enums§

DCReadError
ParseError
Error type for the parser stage of the pipeline. Currently, it only stores one error type, which is the standard error type for the parser. Due to a plex limitation, I am unable to propagate custom errors from grammar productions. See Donet issue #19.
PipelineError
SemanticError
Error type for the semantic analysis stage of the pipeline.

Traits§

ToErrorCode
Convert self type to an error code. Used with DC parser pipeline error types.