Type Alias semantic_analyzer::ast::Main
source · pub type Main<'a, E> = Vec<MainStatement<'a, E>>;Expand description
Main
Stack of MainStatement main AST elements. That gather
tries of AST, to represent full sort of source code.
Aliased Type§
struct Main<'a, E> { /* private fields */ }