package
Version:
v1.0.0-rc3
Opens a new window with list of versions in this module.
Published: Dec 6, 2016
License: Apache-2.0
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
View Source
const (
TokLabel tokenKind = iota + 1
TokStringLiteral
TokLBrace
TokRBrace
TokComma
TokEq
TokNe
TokIn
TokNot
TokNotIn
TokAll
TokHas
TokLParen
TokRParen
TokAnd
TokOr
TokEof
)
type Token struct {
Kind tokenKind
Value interface{}
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.