Type Definition bobascript_parser::ast::Ast[][src]

pub type Ast = Vec<Box<Stmt>>;