donet_core::parser::semantics

Function 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.