miscProd method

Parser<Object> miscProd()

Implementation

Parser<Object> miscProd() =>
    ref0(spaceText).or(ref0<COMMENT>(comment)).or(ref0<PROCESSING>(processing)).star();