On 2/3/2012 8:12 AM, Ludovic Silvestre wrote:
If I'm not mistaken, your wrapper already uses the pure Lua C bindings, the modules in the luad.c package. If that's the case, you could divide your project into 2 sub-projects: - Pure Lua C bindings (deimos.lua instead of luad.c) - High-level D wrapper (luad)
Right, the Deimos project should only be the pure C bindings.
