Versions in this module Expand all Collapse all v0 v0.1.1 Apr 7, 2021 Changes in this version + func BlockStmt(stmts ...ast.Stmt) *ast.BlockStmt + func BoundsCheck(name string, pos int) *ast.AssignStmt + func CallExpr(fun ast.Expr, args ...ast.Expr) *ast.CallExpr + func DataToByteSlice(data []byte) *ast.CallExpr + func ExprStmt(expr ast.Expr) *ast.ExprStmt + func Float32Lit(value float32) *ast.BasicLit + func Float64Lit(value float64) *ast.BasicLit + func IndexExpr(name string, index ast.Expr) *ast.IndexExpr + func IntLit(value int) *ast.BasicLit + func LambdaCall(resultType ast.Expr, block *ast.BlockStmt) *ast.CallExpr + func ReturnStmt(results ...ast.Expr) *ast.ReturnStmt + func StringLit(value string) *ast.BasicLit