Enums§
- Err
- The
Err
enum indicates the parser was not successful - Error
Kind - indicates which parser returned an error
Traits§
- AsChar
- transforms common types to a char for basic token parsing
- Convert
- Find
Token - look for self in the given input stream
- Input
Take AtPosition - methods to take as much input as possible until the provided function returns true for the current element
Type Aliases§
- IResult
- Holds the result of parsing functions