package
2.0.17+incompatible
Repository: https://github.com/mutablelogic/go-server.git
Documentation: pkg.go.dev
# Functions
Interpolation of a stream to return a set of tokens, some of which are strings, and some of which are expression tokens.
No description provided by the author
NewParser returns a new instance of Parser.
No description provided by the author
NewScanner returns a new instance of Scanner.
No description provided by the author
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
The following types are used for nodes only.
Lowest precedence.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
No description provided by the author
No description provided by the author
FloatNumberNode is a node representing a number in unsigned float64 format.
IntNumberNode is a node representing a number in signed uint64 format.
Parser represents an expression parser.
Pos marks the position within a context, like a file path.
Error with a position.
Scanner represents a lexical scanner.
Token is decomposed from []byte stream to represent a kind of token and the vaoue of the token.
UintNumberNode is a node representing a number in unsigned uint64 format.
No description provided by the author
# Interfaces
Node is a node in the graph.
# Type aliases
Classifies the kind of token.