lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On Wed, May 18, 2011 at 6:04 PM, Reuben Thomas <rrt@sc3d.org> wrote:
> I'm pleased to announce Squeeze, the friendly alien:
> https://github.com/rrthomas/squeeze
> squeeze uses the output of ctypesgen-json, which parses C headers into JSON:

On naming, my first (incorrect) impression was that Squeeze might have
something to do with data compression, like Lua Squish.

> This is about as early as releasing gets!

That aside, for binding generators, I suspect it is helpful for the
docs to have descriptions and examples of what typical input and
generated code output look like.  IMO, the structure of the generated
code implementation matters in terms of the extent to which it can be
trusted and performs.  With so many binding generators, it can be
difficult to otherwise evaluate their suitability.