[][src]Type Definition itsy::frontend::Program

type Program<'a> = Vec<Statement<'a>>;

Parsed program AST.