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



_______________________________________________
Chicken-users mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/chicken-users

Reply via email to