Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Program ¶
type Program struct { Universe *Scope Cur *Scope Types *typecheck.Checker Pkgs map[string]*gowrap.Pkg Path string ShellState *shell.State // contains filtered or unexported fields }
type Scope ¶
type UntypedBool ¶
type UntypedBool struct{ Bool bool }
type UntypedComplex ¶
func (UntypedComplex) String ¶
func (uc UntypedComplex) String() string
type UntypedFloat ¶
type UntypedInt ¶
type UntypedRune ¶
type UntypedRune struct{ Rune rune }
type UntypedString ¶
type UntypedString struct{ String string }
Click to show internal directories.
Click to hide internal directories.