Enums§
- Represents either a float or an integer
- An Error which may occur during parsing
- Result of parsing a string
Functions§
- Attempt to parse a
Parsed
. Precedence is string, then number and then token - Attempt to parse a
Parsed::Number
- Attempt to parse a
Parsed::String
- Attempt to parse a
Parsed::Token
Type Aliases§
- A helper for the result of parsing. Holds a tuple of the index of the found result, the type parsed as well as the remaining unparsed string