Module ast

Source

Re-exports§

pub use assign::Assign;
pub use assign::AssignTarget;
pub use assign::FuncHeader;
pub use assign::Param;
pub use binary::Binary;
pub use block::Block;
pub use call::Call;
pub use expr::Expr;
pub use expr::Primary;
pub use if_expr::If;
pub use literal::Literal;
pub use literal::LitFloat;
pub use literal::LitInt;
pub use literal::LitRadix;
pub use literal::LitSym;
pub use literal::LitUnit;
pub use loop_expr::Loop;
pub use paren::Paren;
pub use stmt::Stmt;
pub use unary::Unary;
pub use while_expr::While;

Modules§

assign
binary
block
call
expr
helper
Helper structs for parsing AST nodes.
if_expr
literal
loop_expr
paren
stmt
unary
while_expr