token

package
v0.0.5 Latest Latest
Warning

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

Go to latest
Published: Apr 29, 2022 License: Unlicense Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const (
	LB = iota
	RB
	KEYWORD
	LITERAL
	SET
	IF
	WHILE
	DEFN
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Token

type Token struct {
	TokenType TokenType
	Lexeme    string
	Line      int
	Value     interface{}
}

type TokenType

type TokenType int

Jump to

Keyboard shortcuts

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