Documentation ¶
Index ¶
- func ConvCommentList(list []syntax.Comment, txt string) []build.Comment
- func ConvComments(c *syntax.Comments) build.Comments
- func ConvExpr(e syntax.Expr) build.Expr
- func ConvExprs(list []syntax.Expr) []build.Expr
- func ConvFile(f *syntax.File) *build.File
- func ConvStmt(stmt syntax.Stmt) build.Expr
- func ConvStmts(list []syntax.Stmt) []build.Expr
- func ConvValue(value starlark.Value) build.Expr
- type Interpreter
- type Reporter
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Interpreter ¶
type Interpreter struct {
// contains filtered or unexported fields
}
func NewInterpreter ¶
func NewInterpreter(reporter Reporter) *Interpreter
Click to show internal directories.
Click to hide internal directories.