Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Block = parsly.NewToken(blockToken, "Parentheses", matcher.NewBlock('(', ')', '\\'))
View Source
var Whitespace = parsly.NewToken(whitespaceToken, "Whitespace", matcher.NewWhiteSpace())
View Source
var WhitespaceTerminator = parsly.NewToken(whitespaceTerminateToken, "Whitespace terminate", newTerminatorAny(false, []byte{' ', '\n', '\t', '\r', '\v', '\f', 0x85, 0xA0}))
Functions ¶
func ContainsWhereClause ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.