Klaas-Jan Stol wrote:
> hi,
> 
> when I try to compile
> 
>     var x = -1
> 
> I get this message:
> 
>     test1.neko(1): Unexpected -
> 
> This seems strange, because the specs of Neko say:
> 
>     expr := MINUS expr
> 
> Is this a bug?
> 
> kind regards,
> 
> klaas-jan

The unary operator support has been added on CVS and to the
specification, it will be part of Neko 1.3

Nicolas

-- 
Neko : One VM to run them all
(http://nekovm.org)

Reply via email to