Right now the expander can not cope with IR generated by the Bigloo 
compiler. I have not tried to work around that. Rather, you can
make sure you know all the modules needed by your program, and then
do:

$ cat needed-for-A-*.scm | talex > A-whole.scm

After this effective removal of syntax-rules macros, A-whole.scm can be
processed (i.e., compiled) by regular Bigloo. I found this to be be
quite useful for debugging syntax-rules as well.

I think the talex program was included in the bundle. It simply calls
alexpander-repl to output the forms after expansion.

On Fri, 2013-11-22 at 16:03 +0100, [email protected] wrote: 
> The example works now in the interpreter.  Any suggestion how to compile it?


Reply via email to