You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ravi/llvmbinding
Dibyendu Majumdar 7286cfa221
doc updates
9 years ago
..
README.rst doc updates 9 years ago
basics.lua add fib sample 9 years ago
fib.lua add fib sample 9 years ago
helloworld.lua refactor 9 years ago

README.rst

These are examples using the Lua LLVM bindings.


``helloworld.lua``
This illustrates creating a Lua callable C function that prints hello world.
``fib.lua``
This illustrates implementing a fibonacci sequence in LLVM using Lua.