This is the mail archive of the kawa@sources.redhat.com mailing list for the Kawa project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: syntax-case error?


Robert Nikander wrote:
I'm getting a error trying to compile a simple syntax-case macro. Does this compile for other people?

You can't compile a module containing a syntax-case definition and use it in the same class. You have to put the macro in a separate module.

I would like to fix this, but it's a substantial change.  It may happen
later this year, as a step to implementing call/cc.
--
	--Per Bothner
per@bothner.com   http://per.bothner.com/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]