package
Version:
v0.1.8
Opens a new window with list of versions in this module.
Published: Jan 27, 2025
License: GPL-3.0
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Action struct {
Type string `'.' @Ident`
Units float64 `('(' @Number? ')')?`
}
type Command struct {
Type string `@Command`
Properties []Property `('(' (@@ (',' @@)*)? ')')?`
}
type Element struct {
Type string `@Element`
Properties []Property `('(' (@@ (',' @@)*)? ')')?`
Actions []Action `( @@+ )?`
}
type Property struct {
Key string `@Ident '='`
Value string `@String`
}
type Schematic struct {
Entries []Entry `@@*`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.