compile

package
v0.151.0 Latest Latest
Warning

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

Go to latest
Published: Mar 15, 2024 License: Apache-2.0 Imports: 34 Imported by: 0

Documentation

Overview

Package compile compiles FTL Go module source into a deployable executable.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Build added in v0.96.0

func Build(ctx context.Context, moduleDir string, sch *schema.Schema) error

Build the given module.

Types

type Error added in v0.146.1

type Error struct {
	Msg string
	Pos schema.Position
	Err error // Wrapped error, if any
}

func (Error) Error added in v0.146.1

func (e Error) Error() string

func (Error) Unwrap added in v0.146.1

func (e Error) Unwrap() error

type NativeNames added in v0.119.1

type NativeNames map[schema.Decl]string

NativeNames is a map of top-level declarations to their native Go names.

func ExtractModuleSchema

func ExtractModuleSchema(dir string) (NativeNames, *schema.Module, error)

ExtractModuleSchema statically parses Go FTL module source into a schema.Module.

Jump to

Keyboard shortcuts

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