# Packages
No description provided by the author
# Functions
Debug only.
No description provided by the author
NewPackage creates a Go+ package instance.
No description provided by the author
# Constants
PkgActClAll - compile all things.
PkgActClMain - compile main function.
PkgActNone - do nothing.
SymConst - symbol is a const.
SymFunc - symbol is a function.
SymInvalid - invalid symbol kind.
SymType - symbol is a type.
SymVar - symbol is a variable.
# Variables
CallBuiltinOp calls BuiltinOp.
ErrFuncArgCantBeMultiValue error.
ErrFuncArgNoReturnValue error.
ErrMainFuncNotFound error.
ErrNotAMainPackage error.
ErrNotFound error.
ErrSymbolNotFunc error.
ErrSymbolNotType error.
ErrSymbolNotVariable error.
# Structs
CompileError represents a compiling time error.
FuncDecl represents a function declaration.
A Package represents a Go+ package.