
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