package
Version:
v0.91.0
Opens a new window with list of versions in this module.
Published: Jul 28, 2023
License: MIT
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Token struct {
Type TokenType
Data interface{}
}
const (
TokenName TokenType = iota
TokenOpenParen
TokenCloseParen
TokenComma
TokenDot
TokenLiteralString
TokenLiteralInteger
TokenLiteralFloat
TokenNewLine
)
Source Files
¶
Click to show internal directories.
Click to hide internal directories.