On Tue, 2013-01-22 at 09:22 +0100, Andy Wingo wrote: > On Sat 08 Dec 2012 16:47, Nala Ginrut <nalagin...@gmail.com> writes: > > > Test code here: > > ------------------------cut-------------------------- > > # echo "(+ 1 1)" > aa.scm > > # guild compile aa.scm --from=scheme --to=glil -o aa.glil > > # guild compile aa.glil --from=glil --to=assembly -o aa.asm > > ------------------------end-------------------------- > > > > Error throws: "don't know how to join expressions" > > Fixed. Thanks for the report :) > > Andy
Thanks for fixing that. Now it's possible to write an external compiler to compile glil into jvm-bytecode or newer-register-VM-bytecode(if any necessary).