Structs§
- Rlex
- A generic lexer that allows traversal, peeking, marking, and collection of characters from a string source. Useful for building parsers or tokenizers.
Enums§
- Default
State - A public default state for when you want an Rlex and don’t care about the state
- Default
Token - A public default token for when you want an Rlex and don’t care to collect tokens