macro_rules! debug_call_info {
($self: ident) => { ... };
}Expand description
Display the name of the called function for debugging the parser
macro_rules! debug_call_info {
($self: ident) => { ... };
}Display the name of the called function for debugging the parser