Fixed bug where expressions could not be applied correctly (ex - ((or a b) c) did...
authorVladimir Sedach <vsedach@gmail.com>
Mon, 2 Feb 2009 06:15:41 +0000 (23:15 -0700)
committerVladimir Sedach <vsedach@gmail.com>
Mon, 2 Feb 2009 06:15:41 +0000 (23:15 -0700)
commit9496b3a4caa79d9a833b92689582c2bad691e16c
tree98307752b53b54a644fe2b8998d9f11974d27e35
parent8cfc6fe9fa7e68bcacac97fa2fcbf2ff668f0810
Fixed bug where expressions could not be applied correctly (ex - ((or a b) c) did not compile to "(a||b)(c)").
src/printer.lisp
t/ps-tests.lisp