# Functions
NewConfig create an empty configuration representation from file.
NewConfigFromText create an empty configuration representation from text.
# Variables
DEFAULT_COMMENT defines what character(s) indicate a comment `#`.
DEFAULT_COMMENT_SEM defines what alternate character(s) indicate a comment `;`.
DEFAULT_MULTI_LINE_SEPARATOR defines what character indicates a multi-line content.
DEFAULT_SECTION specifies the name of a section if no name provided.
# Interfaces
ConfigInterface defines the behavior of a Config implementation.