![](https://secure.gravatar.com/avatar/5c13044077baec031cf34ffcb364519c.jpg?s=120&d=mm&r=g)
22 Aug
2008
22 Aug
'08
6:28 a.m.
Daniel Gackle wrote:
There is an easy fix:
hunk ./src/special-forms.lisp 33 - (list 'js-named-operator ',op (compile-parenscript-form value))))) + (list 'js-named-operator ',op (compile-parenscript-form value :expecting :expression)))))
Right you are. Fixed. Cheers, -- Travis