Documentation ¶
Index ¶
- Constants
- func GetTokensFromReader(r io.Reader) (out []string, err error)
- func GetTokensFromStrings(vs ...string) (out []string, err error)
- func IsMatcherOperator(r rune) (ok bool)
- func NextToken(rr io.RuneScanner, token *catgut.String) (err error)
- func SplitMatcher(data []byte, atEOF bool) (advance int, token []byte, err error)
Constants ¶
View Source
const ( OpOr = ',' OpAnd = ' ' OpGroupOpen = '[' OpGroupClose = ']' OpNegation = '^' OpExact = '=' OpNewline = '\n' OpSigilSchwanz = ':' OpSigilHistory = '+' OpSigilCwd = '.' OpSigilHidden = '?' )
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.