Joseph Ryan wrote:

According to the CVS log for /languages/imcc/imcc.l, "::" is now
allowed inside an identifier name.  However, when I try to create
an example like:

   .sub foo::bar
       end
   .end

It gives the error:

error:imcc:parse error, unexpected LABEL, expecting IDENTIFIER

Is this a bug, or am I misunderstanding something?

It should have worked, if you had used an underscore in front of the label, but didn't either :)
Fixed, tests added, thanks for reporting.



- Joe

leo








Reply via email to