Module donet_core::parser::error
source · Expand description
Errors that can be returned by the DC parser pipeline.
Structs§
Enums§
- 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.
- Error type for the semantic analysis stage of the pipeline.
Traits§
- Convert
self
type to an error code. Used with DC parser pipeline error types.