Skip to main content

parse_units_with_drain_check_from

Function parse_units_with_drain_check_from 

Source
pub fn parse_units_with_drain_check_from(
    tokens: &[Token],
    source: &str,
    next_id: &mut u32,
) -> Result<(Vec<SourceUnit>, Vec<CompileError>, bool), Vec<CompileError>>
Expand description

parse_units_with_drain_check, continuing ExprId allocation from next_id — see parse_unit_with_warnings_from.