
Bind::config::parser provides a lightweight parser to the configuration file syntax of bind v8 and v9 using a parse::recdescent grammar.
it is in a similar vein to bind::conf_parser. however, as it has no knowledge of the directives, it doesn't need to be kept updated as new directives are added, it simply knows how to carve up a bind configuration file into logical chunks.