Documentation
¶
Index ¶
Constants ¶
View Source
const EofRune rune = -1
Variables ¶
View Source
var ErrEndOfInputStream = errors.New("end of input stream")
Functions ¶
This section is empty.
Types ¶
type Evaluator ¶
type Evaluator struct {
// contains filtered or unexported fields
}
func NewEvaluator ¶
func NewEvaluator(repo *burrowdb.Repository) *Evaluator
type Lexer ¶
func (*Lexer) IsNextColon ¶
func (*Lexer) IsNextLBrace ¶
func (*Lexer) IsNextLParen ¶
func (*Lexer) IsNextRBrace ¶
func (*Lexer) IsNextRParen ¶
func (*Lexer) ReadUntilRParen ¶
Click to show internal directories.
Click to hide internal directories.