engine

package
v0.0.0-...-9b529c6 Latest Latest
Warning

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

Go to latest
Published: Oct 15, 2020 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

View Source
const Version = "0.0.0"

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	DataPath string
}

func NewConfig

func NewConfig() *Config

type Engine

type Engine struct {
	// contains filtered or unexported fields
}

func NewEngine

func NewEngine(config *Config) *Engine

func (*Engine) ExecuteStatement

func (this *Engine) ExecuteStatement(stmt lang.Statement) error

func (*Engine) ExecuteString

func (this *Engine) ExecuteString(text string) error

type RuntimeError

type RuntimeError struct {
	// contains filtered or unexported fields
}

func (*RuntimeError) Error

func (this *RuntimeError) Error() string

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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