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-dslAST into abrane-astAST.