Module ast

Module ast 

Source
Expand description

Abstract syntax tree types used to represent parsed documents.

Structs§

Document
Parsed MiniConf document consisting of named sections.
Entry
Single key/value assignment inside a section.
Section
A section groups related key/value entries.

Enums§

Value
Supported MiniConf values.