Type Alias Main

Source
pub type Main<'a, I, E> = Vec<MainStatement<'a, I, E>>;
Expand description

§Main

Stack of MainStatement main AST elements. That gather tries of AST, to represent full sort of source code.

Aliased Type§

pub struct Main<'a, I, E> { /* private fields */ }