universe

package
v1.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 24, 2023 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Append = &ast.Object{
	Kind: ast.Fun,
	Name: "append",
}
View Source
var Bool = &ast.Object{
	Kind: ast.Typ,
	Name: "bool",
}
View Source
var Cap = &ast.Object{
	Kind: ast.Fun,
	Name: "cap",
}
View Source
var Delete = &ast.Object{
	Kind: ast.Fun,
	Name: "delete",
}
View Source
var Error = &ast.Object{
	Kind: ast.Typ,
	Name: "error",
}
View Source
var False = &ast.Object{
	Kind: ast.Con,
	Name: "false",
}
View Source
var Int = &ast.Object{
	Kind: ast.Typ,
	Name: "int",
}
View Source
var Int32 = &ast.Object{
	Kind: ast.Typ,
	Name: "int32",
}
View Source
var Len = &ast.Object{
	Kind: ast.Fun,
	Name: "len",
}
View Source
var Make = &ast.Object{
	Kind: ast.Fun,
	Name: "make",
}
View Source
var New = &ast.Object{
	Kind: ast.Fun,
	Name: "new",
}
View Source
var Nil = &ast.Object{
	Kind: ast.Con,
	Name: "nil",
}
View Source
var Panic = &ast.Object{
	Kind: ast.Fun,
	Name: "panic",
}
View Source
var String = &ast.Object{
	Kind: ast.Typ,
	Name: "string",
}
View Source
var True = &ast.Object{
	Kind: ast.Con,
	Name: "true",
}
View Source
var Uint16 = &ast.Object{
	Kind: ast.Typ,
	Name: "uint16",
}
View Source
var Uint8 = &ast.Object{
	Kind: ast.Typ,
	Name: "uint8",
}
View Source
var Uintptr = &ast.Object{
	Kind: ast.Typ,
	Name: "uintptr",
}
View Source
var X = &T{}

X exists for For pointer address test

Functions

func CreateUniverse

func CreateUniverse() *ast.Scope

Types

type T

type T struct {
	A int
}

T exists for For pointer address test

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL