package
Version:
v0.0.0-...-1d296a1
Opens a new window with list of versions in this module.
Published: Apr 1, 2023
License: MIT
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Entry struct {
Properties []*Property `@@*`
Sections []*Section `@@*`
}
type Property struct {
Key string `@Ident "="`
Value *Value `@@`
}
type Section struct {
Identifier string `"[" @Ident "]"`
Properties []*Property `@@*`
}
type Value struct {
String *string ` @String`
Number *float64 `| @Float`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.