parse_conf library 0.91 review

Download
by rbytes.net on

parse_conf library is a simple library for reading scientific initial data from configuration files

License: GPL (GNU General Public License)
File size: 0K
Developer: Anton Kulchitsky
0 stars award from rbytes.net

parse_conf library is a simple library for reading scientific initial data from configuration files. Documentation is available below. It is convenient tool that makes reading initial values for your scientific project as easy as even possiable.

It has the same simple interface for C, C++ and FORTRAN users. Please read very short usage instruction placed below.

Installation:

It should not be installed but used with as a part of your own code. Copy files parse_conf.c and parse_conf.h to the directory with your own files and put the line

#include "parse_conf.h"

for C users

and

include "parse_conf_f.inc"

for FORTRAN users

in any file where you use parse_conf. It will work good for any C, C++ and FORTRAN code. Please, read special notice for FORTRAN and C users

TODO:

write deleter of some special symbols (like =) or add it as a succeder of all fields
Line of present tags in configuration file (or maybe reserved group)
Consider the flexibility in group descriptions
Add a flag for interruption of work if an error occured.
Write a documentation in texinfo system and add texinfo generation in Makefile
write emacs mode for pcnf ini files

What's New in This Release:
New flag PCNF_DEBUG_OUTPUT_VARNAMES was added.
Documentation was changed as well.

parse_conf library 0.91 keywords