pub fn parse_export(
    code: ExportKind
) -> impl Fn(Z80Span) -> IResult<Z80Span, Token, Z80ParserError>