I says "no part of any comment is a token". That could mean two things:
a) if you find a "--", ignore the rest of the line
b) if you find a "--" with no valid token in the rest of the line, THEN it is a comment
I though it was the first one, but I got WA. The second one doesn't exactly make sense, but who knows?

Can anyone help me with it?