Hey Kon,

I described my problem, plus an example, in this post:

http://groups.google.com/group/comp.lang.scheme/msg/19e37409eee0d7ab

I'm relatively new to syntax-case. How do I explicitly specify a literal?

Thanks,
Mark


>
> On Aug 21, 2007, at 8:28 AM, [EMAIL PROTECTED] wrote:
>
>> Folks,
>>
>> It seems to me that syntax-case doesn't support rest arguments (and
>> keyword arguments, for that matter). It fails to recognize #!rest as
>> special syntax, and instead interprets it as a variable. Is there
>> any way
>> around this?
>
> How do you want to use the DSSSL keywords with syntax-case?
>
> Do you mean in the sense of a 'literal'? If so then the only way
> "around this" is to explicitly specify them as literals in every
> 'syntax-rules' & 'syntax-case' transformer where you use them.
>
> Best Wishes,
> Kon
>
>>
>> Thanks,
>> Mark
>>
>>
>>
>>
>> _______________________________________________
>> Chicken-users mailing list
>> Chicken-users@nongnu.org
>> http://lists.nongnu.org/mailman/listinfo/chicken-users
>
>




_______________________________________________
Chicken-users mailing list
Chicken-users@nongnu.org
http://lists.nongnu.org/mailman/listinfo/chicken-users

Reply via email to