Module parser

Source

Enums§

Item
Representation of parsed items.
ParsedLine πŸ”’
Representation of a parsed line.

Constants§

INVALID_KEY_NAME_SYMBOLS πŸ”’

Functions§

comment πŸ”’
Parse a comment (a line starting with #).
ini_file
Parse the content of a whole ini file.
key πŸ”’
Take all chars, until we hit a char that isn’t allowed in a key.
key_value πŸ”’
Parse a single key value pair. The delimiter includes two surrounding spaces, i.e. =.
line πŸ”’
Parse a single line consisting of a key value pair or a comment, followed by 0 or more newlines.
lines πŸ”’
Parse multiple lines.
newlines πŸ”’
One or multiple newlines. This also handles the case where there might be multiple lines with spaces.