Versions in this module Expand all Collapse all v0 v0.2.0 Sep 19, 2024 Changes in this version type OSFuncs + Memset value.Value + Strcmp value.Value v0.1.0 Jun 23, 2024 Changes in this version + func NewPkg(name string) *pkg + type Compiler struct + GOARCH string + GOOS string + func NewCompiler(options *Options) *Compiler + func (c *Compiler) Compile(root parser.PackageNode) (err error) + func (c *Compiler) GetIR() string + func (c *Compiler) IsPackageImported(name string) bool + type OSFuncs struct + Exit value.Value + Malloc value.Value + Memcpy value.Value + Printf value.Value + Realloc value.Value + Strcat value.Value + Strcpy value.Value + Strncpy value.Value + Strndup value.Value + type Options struct + Target string + type Panic string v0.0.0 Apr 6, 2024