token

package
v0.0.3 Latest Latest
Warning

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

Go to latest
Published: Mar 19, 2022 License: AGPL-3.0 Imports: 0 Imported by: 2

Documentation

Index

Constants

View Source
const (
	// State
	ILLEGAL = "ILLEGAL"
	EOL     = "EOL"

	// Literals
	IDENT  = "IDENT"
	STRING = "STRING"
	INT    = "INT"
	NUMBER = "NUMBER"

	// Delimiters
	COMMA  = ","
	LPAREN = "("
	RPAREN = ")"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Token

type Token struct {
	Type    TokenType
	Literal string
}

type TokenType

type TokenType string

Jump to

Keyboard shortcuts

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