compiler

package
v0.0.0-...-a56dbdc Latest Latest
Warning

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

Go to latest
Published: Apr 2, 2018 License: Apache-2.0 Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ConfigDefault = Config{
	PluginCacheDir: os.Getenv("HOME") + "/.docstore_handler",
	SourceTempDir:  os.Getenv("HOME") + "/.docstore_handler",
}.Froze()

Functions

func DynamicCompile

func DynamicCompile(source string) (*plugin.Plugin, error)

Types

type API

type API interface {
	DynamicCompile(source string) (*plugin.Plugin, error)
}

type Config

type Config struct {
	PluginCacheDir string
	SourceTempDir  string
}

func (Config) Froze

func (config Config) Froze() API

Jump to

Keyboard shortcuts

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