[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Module to work with .ini files
- From: Alexander Gladysh <agladysh@...>
- Date: Sat, 25 Sep 2010 13:26:06 +0400
Hi, list!
I've got a set of legacy Python's ConfigParser style .ini files. I
need to process them in Lua.
Is there a Lua module which will do the work for me? (Quick googling
did not yield anything robust.)
Alternatively, what library to work with .ini files would you advise
to bind into Lua and make available as a module?
Thanks,
Alexander.