Am Sonntag, den 15.03.2009, 13:13 +0100 schrieb Friedrich Weber: > Hi Felix, > > fk wrote: > > I certainly intend to release that thing, once it's in an actually > > bearable form ;) (I hope I actually have enough patience to get it > > there). I didn't start working on the compiler, but the runtime stuff is > > coming along nicely. > In case you want to use Python for the compiler; I was working on a > python module for nxml code generation (consists of neko ast nodes and a > codegen visitor), however, it's not really tested. I could push it > somewhere if you were interested in it? :) > > Friedrich >
Hi Friedrich, Yes, I plan to write the compiler in Python, though I wanted to minimize dependencies on the Standard Library and other external modules so the compiler will be easier to port to Python-on-Neko later on. Your module sounds interesting, I'd certainly like to get a look at it :) Regards, Felix Krull -- Neko : One VM to run them all (http://nekovm.org)
