Type Alias semantic_analyzer::ast::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§
struct Main<'a, I, E> { /* private fields */ }