An explicit stack frame used for traversing the trie without using
recursion.
A trie that preserves leftmost-first match semantics.
A state in a trie.
An iterator over all of the chunks in a state, including the active chunk.
A single transition in a trie to another state.