Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Position ¶
type Position struct {
// contains filtered or unexported fields
}
Position is a row and column in the schematic. It can indicate the start of a number, or the position of a symbol.
type Schematic ¶
type Schematic struct {
// contains filtered or unexported fields
}
Schematic is a parsed schematic containing numbers, symbols, and their positions
func LoadSchematic ¶
LoadSchematic loads a schematic from the given file. The schematic contains numbers, symbols, and periods.
Click to show internal directories.
Click to hide internal directories.