[parenscript-devel] An operator precedence error

25 Jan
2011
25 Jan
'11
10:28 p.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

30 Jan
30 Jan
9:55 p.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
5369
Age (days ago)
5374
Last active (days ago)
1 comments
2 participants
participants (2)
-
Daniel Gackle
-
Vladimir Sedach