Go to the source code of this file.
The configuration parser analyzes a configuration file and divides it into blocks and assignment statements.
The configuration file has the syntax:
* * Block: * * <Block Type> [<Block Name>] { * [Block] | [Assignment] * ... * } * * Assignment: * * <Variable name> = <Value> * *
|
Read a configuration file. This function parses a configiration file and calls callback functions at the beginning of each block, at the end of each block, and when an assignment occurs.
|