[parenscript-devel] An operator precedence error

Vladimir Sedach vsedach at gmail.com
Mon Jan 31 03:55:24 UTC 2011


Just pushed a fix.

Vladimir

2011/1/25 Daniel Gackle <danielgackle at gmail.com>:
> (unless (equal (= 3 3) (= 3 4))
>   (foo))
> generates this, which is wrong, since FOO should be called:
> if (3 === 3 != 3 === 4) {
>     foo();
> };
> I think more parentheses are needed.
> Daniel
> _______________________________________________
> parenscript-devel mailing list
> parenscript-devel at common-lisp.net
> http://common-lisp.net/cgi-bin/mailman/listinfo/parenscript-devel
>
>




More information about the parenscript-devel mailing list