Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Compiler ¶
type Compiler struct {
// runtime.GOOS and runtime.GOARCH
GOOS, GOARCH string
// contains filtered or unexported fields
}
func NewCompiler ¶
func (*Compiler) IsPackageImported ¶
type OSFuncs ¶
type OSFuncs struct { Printf value.Value Malloc value.Value Realloc value.Value Memcpy value.Value Strcat value.Value Strcpy value.Value Strncpy value.Value Strndup value.Value Exit value.Value }
OSFuncs and the "os" package contains a mapping to glibc functions. These are used to make bootstrapping of the language easier. The end goal is to not depend on glibc.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.