whitespaceOrComment method
Parser<void>
whitespaceOrComment()
Implementation
Parser<void> whitespaceOrComment() => whitespace() | singleLineComment() | multiLineComment();
Parser<void> whitespaceOrComment() => whitespace() | singleLineComment() | multiLineComment();