Displaying 2 results from an estimated 2 matches for "nssize".
Did you mean:
nsize
2011 Jan 24
0
[LLVMdev] LLVM targeting HLLs
On Jan 24, 2011, at 2:01 PM, David Given wrote:
> I am interested in using LLVM to translate C and C++ into high-level
> language code. (As an update to an earlier project of mine, Clue, which
> used the Sparse compiler library to do this: it targets Lua, Javascript,
> Perl 5, C, Java and Common Lisp, with a disturbing amount of success.
> See http://cluecc.sourceforge.net for
2011 Jan 24
6
[LLVMdev] LLVM targeting HLLs
I am interested in using LLVM to translate C and C++ into high-level
language code. (As an update to an earlier project of mine, Clue, which
used the Sparse compiler library to do this: it targets Lua, Javascript,
Perl 5, C, Java and Common Lisp, with a disturbing amount of success.
See http://cluecc.sourceforge.net for details.)
The obvious place to start on this is the C backend, except in