On 06/29/2012 08:18 PM, Namespace wrote:
My bad:

Replacing the line with the following, together with the other change
you made, works:

if(token.value == TOKin) nextToken(); else check(TOKsemicolon);

Impressive, thanks a lot, sometimes I'm a bit stupid. :)

Last question: It works fine, but i'm getting now "DMD v2.059 DEBUG" if
i compile. Do I need a special flag by recompiling?

I don't have a windows system handy, but you could try the following:

make -fwin32.mak release

Reply via email to