Module brane_ast::traversals::print::ast_unresolved
source · Expand description
A print traversal that may print a compiled but unresolved workflow to stdout.
Re-exports§
pub use crate::errors::AstError as Error;
Functions§
- Starts printing the root of the AST (i.e., an UnresolvedWorkflow).
- Prints a given Edge to stdout.
- Prints a given EdgeInstr to stdout.
- Prints a given EdgeBuffer to stdout.
- Prints the extra function bodies of the Workflow.
- Prints the global table of the Workflow.