Added {} to *ps-literals*.
authorTravis Cross <tc@traviscross.com>
Mon, 31 Mar 2008 22:02:00 +0000 (22:02 +0000)
committerTravis Cross <tc@traviscross.com>
Mon, 31 Mar 2008 22:02:00 +0000 (22:02 +0000)
commitf0e3839b5fc655c4aeddcb6ac4e365c1f5083cc6
tree9bfba62bd744bd102e800494b9359aef41bad13f
parentd46ffbf2a688c7fb91231325760b58f5494ad72f
Added {} to *ps-literals*.

Using {} as a literal to create an empty object literal was only
working by accident previously.  When not in the function position, {}
was being compiled as a JS variable rather than an object-literal,
which just happened to work sometimes.  In concert with correctly
checking symbols that aren't in the parenscript package, this should
provide for more reliable behavior.
src/special-forms.lisp