Structsยง
- Invalid
Token - An error signaling that a different kind of token was expected. Returned by
the various
TryFromimpls. - Parse
Error - Errors during parsing.
Enumsยง
- Parse
Error ๐Kind - Kinds of errors.
- Span ๐
- Unfortunately, we have to deal with both cases.
- Token
Kind ๐
Traitsยง
- Span
Like ๐
Functionsยง
- perr ๐
- This is a free standing function instead of an associated one to reduce noise around parsing code. There are lots of places that create errors, we I wanna keep them as short as possible.