function

package
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: Jul 9, 2020 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

Functions

This section is empty.

Types

type Arg

type Arg struct {
	Name string
	Type string
}

type Function

type Function struct {
	Name   string
	Body   string
	Args   []Arg
	Return string
}

func CompileFunc

func CompileFunc(funcDecl *ast.FuncDecl, pass *analysis.Pass) Function

func (*Function) String

func (f *Function) String() string

Jump to

Keyboard shortcuts

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