[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: LLVM bindings for Lua
- From: Dibyendu Majumdar <mobile@...>
- Date: Mon, 17 Aug 2015 23:33:51 +0100
On 16 August 2015 at 19:36, Dibyendu Majumdar <mobile@majumdar.org.uk> wrote:
> Next step, get it to say 'hello world!'
>
So here is a simplest example of a function takes a string parameter
and calls C function 'puts' to print it.
https://github.com/dibyendumajumdar/ravi/blob/master/llvmbinding/helloworld.lua
Regards