Module kparse::token_error

source ·
Expand description

Second, simpler error type. Same size as nom::error::Error.

Can only hold one error code and a span.

Structs

  • Shorter error type for the tokenizer stage. Nom parsers fail often, so it’s good to keep this minimal.