Modified the PS compiler to produce an intermediate representation that looks like...
authorVladimir Sedach <vsedach@gmail.com>
Tue, 7 Apr 2009 02:46:19 +0000 (20:46 -0600)
committerVladimir Sedach <vsedach@gmail.com>
Fri, 10 Apr 2009 20:35:09 +0000 (14:35 -0600)
commit0ce67a33228383888a07b968ce978c170a112cc8
treeb986fc4df505e02644214a3a3101d6675e78b127
parentc7716e671d52625ecddb45f318007d2211696daa
Modified the PS compiler to produce an intermediate representation that looks like raw JavaScript in s-exp notation.

Removed the doeach macro.
docs/reference.lisp
src/compiler.lisp
src/package.lisp
src/printer.lisp
src/special-forms.lisp
src/utils.lisp
t/ps-tests.lisp
t/reference-tests.lisp