Function rec

Source
fn rec(
    node: &NodeRef,
    ret: &mut Vec<NotationComponent>,
    currstr: &mut Vec<u8>,
) -> (u8, ArgMode)