[haskell-llvm] Generating function prototype and function call
Henning Thielemann
lemming at henning-thielemann.de
Thu Nov 22 19:47:25 GMT 2012
On Thu, 22 Nov 2012, José Romildo Malaquias wrote:
> I am clueless on how to complete the code generator using the high level
> LLVM bidings api to Haskell.
Since the types of the compiled program are only known at the runtime of
the compiler, writing a compiler with LLVM might be simpler with the
untyped llvm-base package. Using the typed 'llvm' package you would
certainly need GADTs.
More information about the Haskell-llvm
mailing list