[parenscript-devel] An operator precedence error
Daniel Gackle
danielgackle at gmail.com
Wed Jan 26 04:28:39 UTC 2011
(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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.common-lisp.net/pipermail/parenscript-devel/attachments/20110125/23bbaadc/attachment.html>
More information about the parenscript-devel
mailing list