pub fn parse_macro_call<'a>(input: &'a str) -> Parser<'a>
An alternative entry point to the parser for parsing macros.
Unlike parse_org, this function parses objects, not elements.
parse_org