compiler

package
v0.4.0 Latest Latest
Warning

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

Go to latest
Published: Sep 2, 2026 License: MIT Imports: 15 Imported by: 0

Documentation

Index

Constants

Variables

This section is empty.

Functions

func CompileChecked

func CompileChecked(ctx context.Context, sourceBundle *bundle.SourceBundle, options CompileOptions) (*ir.Checked, error)

CompileChecked is the production compiler boundary. It parses .eff and .effx sources, lowers their source ASTs without creating executable legacy specs, and returns only an opaque value that has passed ir.Check.

Types

type CompileOptions

type CompileOptions struct {
	ExecutionPolicy effectusv1.ExecutionPolicy
	Limits          ir.Limits
}

CompileOptions controls properties that must be frozen into checked IR.

Jump to

Keyboard shortcuts

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