Module brane_ast::traversals::print::dsl
source · Expand description
Prints the brane-dsl
AST in BraneScript-like Syntax.
Re-exports§
pub use crate::errors::AstError as Error;
Functions§
- Starts printing the root of the AST (i.e., a series of statements).
- Prints an attribute.
- Prints a Block node.
- Prints an Expr node.
- Prints an Identifier node.
- Prints a Literal node.
- Prints a Property node.
- Prints a PropertyExpr node.
- Prints a Stmt node.