Skip to main content

SNode

Type Alias SNode 

Source
pub type SNode = Spanned<Node>;
Expand description

A spanned AST node — the primary unit throughout the compiler.

Aliased Type§

pub struct SNode {
    pub node: Node,
    pub span: Span,
}

Fields§

§node: Node§span: Span