Module brane_ast::traversals::compile
source · Expand description
Implements the traversal in which the brane-dsl
AST is finally
converted to the brane-ast
AST (i.e., BraneScript is compiled to a
Workflow).
Re-exports§
pub use crate::warnings::CompileWarning as Warning;
Functions§
- Compiles the given
brane-dsl
AST into abrane-ast
AST.