Skip to content

Latest commit

 

History

History
20 lines (10 loc) · 303 Bytes

README.md

File metadata and controls

20 lines (10 loc) · 303 Bytes

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