blob: 492e90d048544c022ada5f7cff3bfce98ba84c09 (
plain) (
blame)
1
2
3
4
5
6
|
Config::Parser provides a framework for writing configuration file
parsers. It is an intermediate layer between the abstract syntax tree
(Config::AST) and implementation of a parser for a particular
configuration file format.
Config::Parser::Ini is a configuration file parser for ini-style files.
|