|
|
|
|
Configuration Parsing
Abstract
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. Each token can be either
a string or again a complete sequence. This means the configuration
syntax has a recursive structure and this way allows to create
configurations with arbitrarily nested sections.
Additionally the configuration syntax 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 a configuration text
into an Abstract Syntax Tree (AST), traversing the AST and optionally
exporting the AST again as a configuration text.
Documentation
cfg(3)
,
cfg-config(1)
.
Authors
Ralf S. Engelschall <rse@engelschall.com>
Status
Stable Version: | none | (none) |
|
UnstableVersion: | 0.9.11 | (10-Aug-2006) | [Bug Reporting] |
Genesis: | |
Finished: |
95% |
|
|
Source
Donation
OSSP cfg is a sub-project of OSSP and hence a fully
non-profit Open Source Software
effort. The development on OSSP projects
like OSSP cfg is supported by the contributions and sponsoring of individuals
and companies. You can support OSSP cfg and the
other OSSP projects yourself by contributing source fixes and
enhancements or by donating
money.
To reward the efforts on OSSP cfg, just
press the button to the right to perform a secure PayPal online money transaction to the
OSSP project. Credit will be given to you on the OSSP Sponsors page once your donation
was received.
|
|
|
|
|
|
|
|