token_types

package
v0.0.0-...-791c77c Latest Latest
Warning

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

Go to latest
Published: May 11, 2025 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

View Source
const (
	TypeIncomplete = TokenType(iota)
	TypeOperator   // " =,.:+?^[]"
	TypeIdentifier // ["one/uno", "tag-one", "!type", "/browser/bookmark-1", "@sha"...]
	TypeLiteral    // ["\"some text\"", "\"some text \\\" with escape\""]
	TypeField      // ["field=\"some text\"", "url=\"some text \\\" with escape\""]
)

Variables

This section is empty.

Functions

This section is empty.

Types

type TokenType

type TokenType int

func (TokenType) String

func (i TokenType) String() string

Jump to

Keyboard shortcuts

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