Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var PathParser = participle.MustBuild(&Path{},
participle.Lexer(pathLexer),
)
View Source
var PointParser = participle.MustBuild(&Point{},
participle.Lexer(pathLexer),
)
Functions ¶
This section is empty.
Types ¶
type PathPointer ¶
type PathPointer interface {
Points() []RawPoint
}
type PointValuer ¶
type PointValuer interface {
Value() RawPoint
}
Click to show internal directories.
Click to hide internal directories.