comment method

Parser comment()

Implementation

Parser comment() => char(';') & Token.newlineParser().neg().star();