Fixed compilation of LET forms without bodies (thanks to Maciej
commit2f9fa1976a2e7b451a673c84d8d7e5b54b965d6c
authorVladimir Sedach <vsedach@gmail.com>
Sat, 14 Aug 2010 01:07:29 +0000 (13 21:07 -0400)
committerVladimir Sedach <vsedach@gmail.com>
Sat, 14 Aug 2010 01:07:29 +0000 (13 21:07 -0400)
treede59dc84af0412944c37b74559c2086f8bfcebad
parent402331f71f9a9bf7e187049262df4c15fc099502
Fixed compilation of LET forms without bodies (thanks to Maciej
Katafiasz <mathrick@gmail.com> for the bug report).

Simplified implicit-return code, generalized expressionizing of
statements (should be possible to use this for things like loops
inside expressions etc. without too much work now).
src/macros.lisp
src/special-forms.lisp
t/ps-tests.lisp
t/reference-tests.lisp