lua-users home
lua-l archive

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


On Jun 8, 2013, at 1:26 PM, "Luiz Henrique de Figueiredo" <lhf@tecgraf.puc-rio.br> wrote:

>> a routine that turns a proto structure into a Lua table structure
>> (with all the actual analysis logic written in Lua).
> 
> Isn't that what my lbci provides?
> 

Yes, It is fairly similar. The routine we have does a whole chunk 
as a nested structure all in one go so I spend less time bouncing 
across the native call boundary, but it's the same data.

DT