Documentation
¶
Index ¶
Constants ¶
View Source
const ( TNoteStart tokenizer.TokenKey = iota + 1 TColon TArrowOpen TArrowClose TCurlyOpen TCurlyClose TSquareOpen TSquareClose TComma TDoubleQuote TVersionPrefix TWhitespace TUnderscore TControlChars TBinary TTail )
define custom tokens keys
Variables ¶
View Source
var ( CONTROL_CHAR_NEW_LINE_1 = "\x01\x00\x00" CONTROL_CHAR_NEW_LINE_2 = "D\x01\x00\x00" CONTROL_CHAR_NEW_LINE_3 = "\x7f\x00\x00\x00" CONTROL_CHAR_NEW_LINE_4 = "}\x00\x00\x00" CONTROL_CHAR_NEW_LINE_5 = "\x04\x00\x00" CONTROL_CHAR_NEW_LINE_6 = "=\x00\x00\x00" )
View Source
var ( BINARY_VALUE_1 = "\xef\xbf\xbd" BINARY_END = "b?" )
Functions ¶
func NewNoteParser ¶
func NewNoteParser() *noteParser
NewNoteParser create and configure new tokenizer for Note.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.