blob: fcebfca9f4163f3491a4c51253d82ed3531c8873 (
plain)
1
2
3
4
5
6
7
8
9
10
|
LanguageKit is a compiler kit built on top of LLVM for creating dynamic
language implementations using an Objective-C runtime for the object model.
This is used by SmalltalkKit, implementing Etoile's Pragmatic Smalltalk,
a Smalltalk JIT compiler which generates code binary-compatible with
Objective-C, allowing classes to be written in a mixture of Smalltalk
and Objective-C.
LICENSE: BSD
WWW: http://www.etoile-project.org/
|