> I'd better make sure that scanning *can't* give an error, though.
There are several errors that can occur in the lex phase, e.g.,
      '\q'        bad character literal
      "\q"        bad string literal
      \u0001      bad character in input

I REALLY dislike the idea of having my comments lexed.  Can't we leave
this part of the language spec alone?

     -- Lennart


Reply via email to