parse_line

Function parse_line 

Source
pub fn parse_line(
    in: &mut Vec<LocatedToken>,
) -> impl FnMut(&mut InnerZ80Span) -> ModalResult<(), Z80ParserError> + '_
Expand description

Parse a line (ie a set of components separated by :) until the end of the line or a stop directive XXX: In opposite to the other functions, the result is stored in the parameter (to avoid unnecessary memory allocations and copies)