desugarer

package
v0.24.0 Latest Latest
Warning

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

Go to latest
Published: May 27, 2024 License: MIT Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrEmptySenderSide     = errors.New("Unable to desugar sender side with struct selectors because it's empty.")
	ErrOutportAddrNotFound = errors.New("Outport addr not found")
	ErrTypeNotStruct       = errors.New("Type not struct")
	ErrStructFieldNotFound = errors.New("Struct field not found")
)
View Source
var ErrConstSenderEntityKind = errors.New(
	"Entity that is used as a const reference in flow's network must be of kind constant",
)

Functions

This section is empty.

Types

type Desugarer

type Desugarer struct{}

func New added in v0.12.0

func New() Desugarer

func (Desugarer) Desugar

func (d Desugarer) Desugar(build src.Build) (src.Build, *compiler.Error)

Jump to

Keyboard shortcuts

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