deoxxa / config-c--

Generic classes for config file handing in C++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Config file parsing for C++

This was written for mineserver (http://mineserver.be/) but is generic enough that it might be useful for other people too. There's a somewhat nifty lexer and parser that's easy enough to understand, so it might also do well for a learning aid of some kind if you want to know how a simple parser works.

There's still a lot lacking in this, but it might be updated at some point. I'll try to keep any changes made in mineserver backported to this repository.

License

BSD 3 clause license. There's a copy included with the source.

Contact

Probably github is easiest for this. You might find me in #mineserver on irc.esper.net as well if you want some kind of real-time response. That is if I'm not sleeping at the time (or pretending to sleep). If you want to send me email, decode the following text using base64:

ZGVveHhhQGZrbnNycy5iaXoK

(Try harvesting that, spam spiders!)

About

Generic classes for config file handing in C++

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:C++ 83.6%Language:C 14.8%Language:Shell 1.5%