On 08/20/2010 10:32 PM, Bastian Müller wrote:
Hi,
Sorry if this has been asked already earlier here on the list. I looked into the reference documentation, but couldn't find anything. Is it possible to generate JavaScript comments, or even more generalized, inline any JavaScript inside parenscript code?
I'm new to parenscript's internals, so maybe that's not the correct way, but here's a small patch that allows something like:
(ps (comment #?"Foo\nbar")) ;; => ;; "/* Foo ;; bar */;"
Cheers