Module hotg_rune_compiler::hooks
source · [−]Expand description
Callbacks that allow users to hook into the build process.
Enums
How to proceed after calling a Hooks method.
Traits
Context passed to the Hooks::after_codegen() method.
Context passed to the Hooks::after_compile() method.
Context passed to the Hooks::after_lowering() method.
Context passed to the Hooks::after_parse() method.
Context passed to the Hooks::after_type_checking() method.
Callbacks that are fired at different points in the compilation process.