Using lua as configuration parser
The more opportunity I have to work with lua, the bigger fan of it I become. It’s a great, well designed language which is very easy to embed.
I’ve been recently working on a small utility for myself. There’s always a problem of handling configuration in such projects. Usually, I’m going for a simple json or yaml or toml file which acts purely as key-value store but this time around I wanted to try something different.