lua-users home
lua-l archive

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


I have lua tables which are being data mined.  Problem is that each report takes specialized code and the code consists of deeply nested iterators.

I was looking at constructing an engine to do this job.  Before I start I wanted to check community to see how others have solved this problem.

Thanks