token

package
v1.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 9, 2023 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const (
	Illegal = "illegal"
	EOF     = "EOF"

	LeftCurly    = "{"
	RightCurly   = "}"
	LeftSquare   = "["
	RightSquare  = "]"
	Comma        = ","
	SingleQuote  = "'"
	Colon        = ":"
	AlphaNumeric = "alphanum"
)

Types of tokens.

Variables

This section is empty.

Functions

This section is empty.

Types

type Token

type Token struct {
	Type    Type
	Literal string
}

Token is a lexed token.

type Type

type Type string

Type describes the type of token.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL