[parenscript-devel] Bug: throw (and other operators) should expect an expression

Travis Cross tc at travislists.com
Fri Aug 22 06:28:35 UTC 2008


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



More information about the parenscript-devel mailing list