On Tue, 2013-01-22 at 16:31 +0800, Nala Ginrut wrote: > 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). >
A little explanation: this fix is not relate to an external compiler, but I thought it's not available to convert glil into lower. From the patch I learned something about it. Thanks!