Module regex_syntax::hir::translate [−][src]
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. |
| Translator |
A translator maps abstract syntax to a high level intermediate representation. |
| TranslatorBuilder |
A builder for constructing an AST->HIR translator. |
| TranslatorI |
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
| ascii_class | |
| hir_ascii_class_bytes |
Type Definitions
| Result |