parse_z80

Function parse_z80 

Source
pub fn parse_z80<S: Into<String>>(
    code: S,
) -> Result<LocatedListing, AssemblerError>
Expand description

TODO better to build parse_z80_with_options from parse_z80_span than the opposite