.. _FileFormat:ini:
.. raw:: html
*.ini Format
############
.. contents:: Contents of this Page
:local:
**Document rule:**
.. raw:: html
**DocumentLine rule:**
.. raw:: html
**Section rule:**
.. raw:: html
**OptionLine rule:**
.. raw:: html
**FQSectionName rule:**
.. raw:: html
..
productionlist::
Document: `DocumentLine`*
DocumentLine: `SpecialSection` | `Section` | `CommentLine` | `EmptyLine`
CommentLine: "#" `CommentText` `LineBreak`
EmptyLine: `WhiteSpace`* `LineBreak`
SpecialSection: "[" `SimpleString` "]"
: (`OptionLine`)*
Section: "[" `FQSectionName` "]"
: (`OptionLine`)*
OptionLine: `Reference` | `Option` | `UserDefVariable`
Reference: `ReferenceName` `WhiteSpace`* "=" `WhiteSpace`* `Keyword`
Option: `OptionName` `WhiteSpace`* "=" `WhiteSpace`* `OptionValue`
UserDefVariable: `VariableName` `WhiteSpace`* "=" `WhiteSpace`* `VariableValue`
FQSectionName: `Prefix` "." `SectionName`
SectionName: `SectionNamePart` ("." `SectionNamePart`)*
SectionNamePart: `SimpleString`
ReferenceName: `SimpleString`
OptionName: `SimpleString`
VariableName: `SimpleString`