token

package
v0.0.0-...-a1ae886 Latest Latest
Warning

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

Go to latest
Published: Apr 9, 2019 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const (
	Int = iota
	Add
	Sub
	Div
	Mul
	Lparen
	Rparen
	Begin
	End
	Assign
	Semi
	Dot
	Identifier
	EOF
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Token

type Token struct {
	Type   int
	Lexeme string
}

Token contains the token type and the lexeme

Jump to

Keyboard shortcuts

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