Module regex_syntax::hir::translate
source · Expand description
Defines a translator that converts an Ast
to an Hir
.
Structs§
- Flags 🔒A translator’s representation of a regular expression’s flags at any given moment in time.
- A translator maps abstract syntax to a high level intermediate representation.
- A builder for constructing an AST->HIR translator.
- The internal implementation of a translator.
Enums§
- HirFrame 🔒An HirFrame is a single stack frame, represented explicitly, which is created for each item in the Ast that we traverse.
Functions§
Type Aliases§
- Result 🔒