returns true if input is a single line comment
static bool isSingleLineComment(String token) => regExpSingleLineComment.stringMatch(token) == token;