lua-users home
lua-l archive

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



Here[1] it is. Feedback, namespaces, random UUIDs and brutal decisions welcomed.

[1] https://github.com/geoffleyland/lua-csv

A quick scan (using Luiz' bci-based globals detection) shows that this
code writes to (and reads from) globals where it probably shouldn't.

So, you may want to check: column_index_map, ok & tidy.

Ashwin.