LPGhatguy / luajit-ffipp

(PROTOTYPE) A proof-of-concept C++ FFI for LuaJIT
zlib License
31 stars 3 forks source link

Binding Appending #5

Open LPGhatguy opened 9 years ago

LPGhatguy commented 9 years ago

It should be possible for the binding generation tools to open an existing binding file, make changes, and then save it back. This will be part of the process of breaking things out into separate files and modules, which will hopefully decouple the parser and FFI++ core a fair bit.