Function libdonet::parser::semantics::semantic_analyzer

source ยท
pub fn semantic_analyzer<'a>(
    _: PipelineData<'_>,
) -> Result<DCFile<'a>, ParseError>
Expand description

Takes in the Abstract Syntax Tree from the DC parser and outputs a crate::dcfile::DCFile immutable structure with a static lifetime.