package
0.0.0-20230904130245-6c5518bebf6b
Repository: https://github.com/skx/sysbox.git
Documentation: pkg.go.dev

# Functions

New creates a new evaluation object.
NewLexer creates a new lexer, for the given input.

# Constants

These constants are used to describe the type of token which has been lexed.
These constants are used to describe the type of token which has been lexed.
Basic token-types.
These constants are used to describe the type of token which has been lexed.
These constants are used to describe the type of token which has been lexed.
Assignment-magic.
Paren.
These constants are used to describe the type of token which has been lexed.
These constants are used to describe the type of token which has been lexed.
These constants are used to describe the type of token which has been lexed.
Operations.
These constants are used to describe the type of token which has been lexed.

# Structs

Evaluator holds the state of the evaluation-object.
Lexer holds our lexer state.
Token holds a lexed token from our input.