singleLineComment method
Parser
singleLineComment()
Implementation
Parser singleLineComment() =>
string('//') &
ref0(newlineLexicalToken).neg().star() &
ref0(newlineLexicalToken).optional();
Parser singleLineComment() =>
string('//') &
ref0(newlineLexicalToken).neg().star() &
ref0(newlineLexicalToken).optional();