[parenscript-devel] An operator precedence error
26 Jan
2011
26 Jan
'11
4:28 a.m.
(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
31 Jan
31 Jan
3:55 a.m.
Just pushed a fix. Vladimir 2011/1/25 Daniel Gackle <danielgackle@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@common-lisp.net http://common-lisp.net/cgi-bin/mailman/listinfo/parenscript-devel
5119
Age (days ago)
5124
Last active (days ago)
1 comments
2 participants
participants (2)
-
Daniel Gackle
-
Vladimir Sedach