Type Alias come::ast::Ast

source ·
pub type Ast = Vec<ASTNode>;
Expand description

Ast is the root node of the ast.

Aliased Type§

struct Ast {
    buf: RawVec<ASTNode>,
    len: usize,
}

Fields§

§buf: RawVec<ASTNode>§len: usize