token

package
v0.0.6 Latest Latest
Warning

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

Go to latest
Published: Oct 21, 2016 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Pos

type Pos int16

type Token

type Token uint8
const (
	ILLEGAL Token = iota
	EOF
	WS

	IDENT
	NUMBER
	STRING

	COMMA
	COMMENT

	OPEN_BRACKET
	CLOSE_BRACKET

	OPEN_SQUARE_BRACKET
	CLOSE_SQUARE_BRACKET

	TRUE
	FALSE

	DOT
	AND
	OR
	XOR
	NOT

	INTERPOLATE_BEGIN
	INTERPOLATE_END

	ESCAPE
)

func (Token) String

func (t Token) String() string

Jump to

Keyboard shortcuts

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