Crate rlex

Source

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§

DefaultState
A public default state for when you want an Rlex and don’t care about the state
DefaultToken
A public default token for when you want an Rlex and don’t care to collect tokens