Skip to content

Latest commit

 

History

History
50 lines (26 loc) · 826 Bytes

grammar.md

File metadata and controls

50 lines (26 loc) · 826 Bytes

INI File Grammar

This is the grammar of the original INI file format.

Section and Key names are case-insensitive. Whitespace may appear around every node and and will be trimmed, when parsing the INI file contents.

See also the AST node declarations.

Significant Nodes

File

File

Section

Section

Section Name

SectionName

Key

Key

Key Name

KeyName

Value

Value

Insignificant Nodes

Comment

Comment

Line Break

LineBreak

White Space

WhiteSpace