Module mir

Module mir 

Source
Expand description

Mid-level intermediate representation (Mir) of regular expressions.

A Mir can be built from the high-level intermediate representation (regex_syntax::hir::Hir).

Enums§

Error
Possible errors during the creation of the Mir.
Mir
Mid-level intermediate representation of regular expressions with symbol type S and tag type T.

Traits§

MirBuilder
Helper trait for building MIRs with some specific symbol types.
SymbolOp
Trait for getting the previous or next symbol of a given symbol.