cli

package
v1.24.8 Latest Latest
Warning

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

Go to latest
Published: Oct 25, 2019 License: MIT Imports: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CompileAndRun added in v1.18.0

func CompileAndRun(modules *objects.ModuleMap, data []byte, inputFile string) (err error)

CompileAndRun compiles the source code and executes it.

func CompileOnly added in v1.18.0

func CompileOnly(modules *objects.ModuleMap, data []byte, inputFile, outputFile string) (err error)

CompileOnly compiles the source code and writes the compiled binary into outputFile.

func Run

func Run(options *Options)

Run CLI

func RunCompiled added in v1.18.0

func RunCompiled(modules *objects.ModuleMap, data []byte) (err error)

RunCompiled reads the compiled binary from file and executes it.

func RunREPL added in v1.18.0

func RunREPL(modules *objects.ModuleMap, in io.Reader, out io.Writer)

RunREPL starts REPL.

Types

type Options

type Options struct {
	// Compile output file
	CompileOutput string

	// Show help flag
	ShowHelp bool

	// Show version flag
	ShowVersion bool

	// Input file
	InputFile string

	// Version
	Version string

	// Import modules
	Modules *objects.ModuleMap
}

Options represent CLI options

Jump to

Keyboard shortcuts

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