Type Alias semantic_analyzer::ast::Main

source ·
pub type Main<'a> = Vec<MainStatement<'a>>;
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> { /* private fields */ }