lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


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