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.
 - Translator
 - A translator maps abstract syntax to a high level intermediate representation.
 - Translator
Builder  - 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§
Type Aliases§
- Result 🔒