pub fn parse_macro_or_struct_call_inner(
for_struct: bool,
name: InnerZ80Span,
) -> impl Fn(&mut InnerZ80Span) -> ModalResult<LocatedTokenInner, Z80ParserError>Expand description
Manage the call of a macro.
pub fn parse_macro_or_struct_call_inner(
for_struct: bool,
name: InnerZ80Span,
) -> impl Fn(&mut InnerZ80Span) -> ModalResult<LocatedTokenInner, Z80ParserError>Manage the call of a macro.