Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Connection ¶
type Connection struct { SenderSide PortAddr ReceiverSides []ReceiverConnectionSide }
Connection represents connections between ports.
type Msg ¶
type Msg struct { Type MsgType Bool bool Int int64 Float float64 Str string List []Msg Map map[string]Msg }
Msg represents a message.
type Program ¶
type Program struct { Ports []PortInfo Connections []Connection Funcs []FuncCall }
Program represents the main structure containing ports, connections, and funcs.
type ReceiverConnectionSide ¶
type ReceiverConnectionSide struct {
PortAddr PortAddr
}
ReceiverConnectionSide represents the receiver side of a connection.
Click to show internal directories.
Click to hide internal directories.