[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Chicken-users] (use syntax-case) in included file -> error
From: |
felix winkelmann |
Subject: |
Re: [Chicken-users] (use syntax-case) in included file -> error |
Date: |
Mon, 1 May 2006 14:51:18 +0200 |
On 4/27/06, Dan <address@hidden> wrote:
Hi all,
the following sources yield a misterious "Error:
syntax error - illegal atomic form `()'" csc error
Hi, Dan!
The problem is that the `include' expanding the included
file is an implementation using the low-level macro system.
If you have syntax-case installed, it provides its own
`include' which does the proper thing and expands top-level
expressions with the psyntax expander (The low-level
macrosystem and psyntax do expansion rather differently -
the former does it piecewise, the latter once for every
toplevel form).
cheers,
felix
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: [Chicken-users] (use syntax-case) in included file -> error,
felix winkelmann <=