Skip to content

vishnu-m/lua-clang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lua-clang

Lua binding for Libclang functions that are required to parse C declarations.

Installation

Create a loadable shared object file( luaclang.so ) with :

make

Load this module in Lua by :

lib = require "luaclang"

Run tests :

In the root directory run -

 busted

About

Lua binding for Libclang code to parse C declarations

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published