Function come::backend::riscv::parse_single_section

source ·
fn parse_single_section(
    simple_replaced: impl IntoIterator<Item = Line>
) -> (Vec<SimpleInstruction>, Vec<Symbol>, Vec<PendingSymbol>)