On Thursday 08 June 2006 16:08, Roman Shaposhnick wrote: > Speaking about Objective-C, why don't you consider ObjC -> C compilers like > this one: http://users.pandora.be/stes/compiler.html. For your project > is sounds like a pretty good approach, especially since it plays nice > with the underlying system (e.g. generates C code which can later be > given to our beloved KenC). >
That does look promising - thank you very much for the heads-up; I don't know how I managed to have missed that gem! It seems to want byacc and flex, but it looks like I got lex and yacc on Plan 9, so there should (hopefully) be minimal fuss compiling it on Plan 9 - excellent. Kind regards, Corey
