Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AstNode ¶
type AstNode struct { Kind AstNodeKind Data any }
type AstNodeKind ¶
type AstNodeKind uint8
const ( AstNodeUndefined AstNodeKind = iota AstNodeDef AstNodeMsg AstNodeRsp AstNodeLoop AstNodeAlt AstNodeElse AstNodeEnd )
func (AstNodeKind) String ¶
func (i AstNodeKind) String() string
Click to show internal directories.
Click to hide internal directories.