On Thu Nov 08 12:14:15 2007, kjs wrote:
> On Sat Jul 15 23:35:50 2006, mdiep wrote:
> > When IMCC encounters an unexpected identifier, it throws an error,
> > but it doesn't say what the unexpected identifier was. This is
> > painful for debugging compilers and should be fixed.
> >
> > mini:~/Projects/parrot mdiep$ cat test.pir
> > .sub main :main
> > $I0 = $I1 - foo
> > end
> > .end
> >
> > mini:~/Projects/parrot mdiep$ parrot test.pir
> > error:imcc:syntax error, unexpected IDENTIFIER
> > in file 'test.pir' line 2
> > mini:~/Projects/parrot mdiep$
> >
>
> The example now outputs (since a few months already):
>
> error:imcc:syntax error, unexpected IDENTIFIER ('foo')
> in file 'test1.pir' line 2
>
>
> Is this sufficient? Can this ticket be closed?
>
> kjs
>
>
forgot to cc the list. See my previous comment.
kjs