Documentation ¶
Overview ¶
Package scanner implements a tokenizer that creates tokens of the SQLite grammar.
Index ¶
Constants ¶
View Source
const ( ErrUnexpectedToken = Error("unexpected token") ErrInvalidUTF8String = Error("input is not a valid utf8 encoded string") )
Constant errors
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Directories ¶
Path | Synopsis |
---|---|
Package matcher implements a matcher component, that can determine whether or not a rune is part of a custom character class.
|
Package matcher implements a matcher component, that can determine whether or not a rune is part of a custom character class. |
Package ruleset implements rules that can be used in combination with a rule based scanner.
|
Package ruleset implements rules that can be used in combination with a rule based scanner. |
Package token implements tokens that are produced by the scanner.
|
Package token implements tokens that are produced by the scanner. |
Click to show internal directories.
Click to hide internal directories.