hiddenStuffWhitespace method

Parser hiddenStuffWhitespace()

Implementation

Parser hiddenStuffWhitespace() =>
    ref0(visibleWhitespace) |
    ref0(singleLineComment) |
    ref0(multiLineComment);