Skip to main content

lower_with_preprocessing

Function lower_with_preprocessing 

Source
pub fn lower_with_preprocessing(
    program: &Program,
    files: Vec<SourceFile>,
    defines: Vec<Define>,
    preprocessing: &PreprocessingState,
) -> OpyResult<Program>