Download List

Descripción del Proyecto

OSSP cfg is a ISO-C library for parsing arbitrary C/C++-style configuration files. A configuration is sequence of directives, each directive consists of zero or more tokens, and each token can be either a string or again a complete sequence. This means the configuration syntax has a recursive structure and allows you to create configurations with arbitrarily-nested sections. The configuration syntax also provides complex single/double/balanced quoting of tokens, hexadecimal/octal/decimal character encodings, character escaping, C/C++ and shell-style comments, etc. The library API allows importing of a configuration text into an Abstract Syntax Tree (AST), traversing the AST, and optionally exporting the AST again as a configuration text.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2005-01-24 16:46 Back to release list
0.9.8

Una corrección se hizo para "variable va_list" pasando por "cfg_fmt_xxx" funciones. Apoyo para Autoconf va_copy () la detección y el uso de esta. El nuevo GNU Bison 2,0 generador de analizador es ahora también aceptada en el entorno de generación.
Tags: Minor bugfixes
A fix was made for "va_list" variable passing in
"cfg_fmt_xxx" functions. Autoconf support for
va_copy() detection and usage was added. The new
GNU Bison 2.0 parser generator is now also
accepted in the build environment.

Project Resources