whitespaceOrComments method
Parser<void>
whitespaceOrComments()
Implementation
Parser<void> whitespaceOrComments() => whitespaceOrComment().plus();
Parser<void> whitespaceOrComments() => whitespaceOrComment().plus();