Documentation
¶
Overview ¶
SPDX-License-Identifier: MIT
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CallStmt ¶
func NewCallStmt ¶
type CloseStmt ¶
func NewCloseStmt ¶
type ConcatExpr ¶
type ConcatExpr struct {
List []Stmt
}
Concatenation
func (*ConcatExpr) AppendStmt ¶
func (e *ConcatExpr) AppendStmt(s Stmt)
type RcvStmt ¶
func NewRcvStmt ¶
type SndStmt ¶
func NewSndStmt ¶
Click to show internal directories.
Click to hide internal directories.