chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] Dumping after macro preprocessing


From: felix winkelmann
Subject: Re: [Chicken-users] Dumping after macro preprocessing
Date: Mon, 6 Nov 2006 07:57:28 +0100

On 11/5/06, Matthew Might <address@hidden> wrote:
Is there a way to get Chicken to dump Scheme code after macro
expansion?


Hi!

Just pass "-debug 2" to the compiler. "-debug N" will generally
show the code after certain passes. You will get occurrences of
internal forms (like "##core#callunit" and such), though.


cheers,
felix


--
http://galinha.ucpel.tche.br:8081/blog/blog.ssp




reply via email to

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