Enums§
- Representation of parsed items.
Constants§
Functions§
- 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, 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.