comment method

Parser comment()

Implementation

Parser comment() => char('"').seq(char('"').neg().star()).seq(char('"'));