标题: Something about libmap and the update of libtcc [打印本页] 作者: milkyjing 时间: 2011-10-5 19:12:16 标题: Something about libmap and the update of libtcc
Recently, I brought in a new C library for manipulating tcc-like files, it is named libmap, which is somewhat a little like a very simplified xml file, and mainly be used to store configuration information by holding the key & value pairs (key is the configuration item name, while value is the value of the item). The reason that I developed a new library for assisting parsing tcc files is to add robustness, flexibility and extensibility to the old libtcc.