Documentation ¶
Overview ¶
Package parse provides parsing facilities for supertext files.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Token ¶
type Token struct { Typ TokenType Line int Offset int // Counted in runes EndOffset int // Counted in runes Anchor string // HEADING, PREFORMATTED, LINK Key string // POINT, HEADING DataType string // POINT // HEADING Title string Level uint8 // PARAGRAPH, PREFORMATTED, QUOTE Body string // POINT, LINK Value string // PREFORMATTED Ext string }
Click to show internal directories.
Click to hide internal directories.