C Header File Parser in Lua Using Clang AST
- Mentors
- Hugo Musso Gualandi, Gabriel Ligneul
- Organization
- LabLua
Pallene, the statically typed sister language of Lua requires a Foreign Function Interface(FFI) to C. As a starting point, there is a need to create a library in Lua that can parse C header files and incorporate a functionality so as to represent C declarations in Lua.