Function donet_core::parser::semantics::semantic_analyzer

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

Takes in the [Abstract Syntax Trees] from the last stage of the pipeline and outputs a crate::dcfile::DCFile immutable structure.