Module luther::dfa [] [src]

Defines the LexerIter iterator that lexes a char iterator using a supplied deterministic finite automaton.

Structs

LexerIter

The iterator that lexes a char iterator into a token iterator.

MapSpan

An iterator adaptor that maps the Ok values and passes the Err values on unaltered.

Traits

Dfa

Interface to describe a deterministic finite atomaton.