chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Chicken-users] Re: Scheme pre-processor


From: felix
Subject: [Chicken-users] Re: Scheme pre-processor
Date: Fri, 4 Sep 2009 12:58:27 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

Angerer  Christoph <christoph.angerer <at> inf.ethz.ch> writes:

> 
> Hi,
> 
> I was wondering if chicken scheme has some kind of command-line pre  
> processor that 'normalizes' a scheme source file (and outputs it to  
> STD out or another file)? By 'normalizing' I mean expanding all macros  
> as well as special forms such as quotes and unquotes into the  
> equivalent pure s-expressions.
> 
> I searched the available ressources and didn't find anything; so sorry  
> if I missed somethig!
> 

You can compile some piece of code with "-debug 2" which dumps the
expanded source to stdout.


cheers,
felix





reply via email to

[Prev in Thread] Current Thread [Next in Thread]