Expand description
Defines some toplevel functions that run all traversals as desired.
Re-exports§
pub use crate::errors::AstError as Error;
pub use crate::warnings::AstWarning as Warning;
Enums§
- Defines the possible results returned by the
compile_program
function. - Helper enum that defines the compiler stages.
Functions§
- Runs the compiler passes in-order, all of them.
- Runs the compiler passes in-order, up to the specified pass.
- Runs the compiler in a stateful manner so that it may compile multiple snippets of the given workflow in succession.
- Runs the compiler in a stateful manner so that it may compile multiple snippets of the given workflow in succession.