Lua library that can parse C declarations using Lua bindings for Libclang functions :- (refer) https://github.com/Vishnu-M/lua-clang
Load this module in Lua by :
lib = require "cparser"
Run tests :
In the root directory run -
busted