Hey,
I spent some time this past weekend getting the LanguageKit  
interpreter working. Right now, it's passing all but three tests  
(TestMutRecursiveClassDefs, TestPrototypes, TestRetainOnlyOnce) on OS  
X 10.6  :-) Also, with a bit of tweaking to remove the .gorm file, I  
got ObjectManager.app to work on OS X, which is pretty cool :).

If anyone wants to give it a try it's in /branches/ericwa/LanguageKit.  
You will need libffi and libgmp installed from MacPorts. It doesn't  
yet work on GNUstep because ObjectiveC2's objc_allocateClassPair() and  
objc_registerClassPair() aren't working. (I think  
objc_registerClassPair()  needs to call __objc_add_class_to_hash(),  
but that alone doesn't fix it.)

David:  Sorry, I didn't get a chance to set up a page on the website  
for LanguageKit. Maybe there is still time, though. (We wanted to get  
LK listed in the LLVM 2.6 release notes, but to do that we should have  
at least some kind of web page, and a version of LK that works with  
LLVM 2.6.) I might have time later in the week..

I'd like to merge the interpreter to trunk as soon as possible: it  
would be nice to be able to include it when we do the EtoileUI  
release. Should I put a diff on the review board first?

Regards,
Eric


_______________________________________________
Etoile-dev mailing list
Etoile-dev@gna.org
https://mail.gna.org/listinfo/etoile-dev

Reply via email to