Skip to content

Neopallium/lua-clang-cindex

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 

lua-clang-cindex

LuaJIT 2 FFI bindings for libClang's CIndex inteface. Includes a C++ to C interface generator.

Build

  • run ./make.sh to build FFI callback wrapper.

C++ to C Interface generator

The cpp_to_c_generator.lua script creates C bindings to C++ classes.

Usage:

luajit-2 cpp_to_c_generator.lua output_name input_cpp_header.h

About

FFI bindings to libclang's CIndex interface.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published