fix builds
This commit is contained in:
parent
ae9ca588d6
commit
26e331f331
4 changed files with 20 additions and 21 deletions
|
|
@ -52,13 +52,6 @@ func GenFuncTable() ast.FuncTable {
|
|||
Args: -1,
|
||||
},
|
||||
|
||||
"eval": &ast.Function{
|
||||
Function: Eval,
|
||||
Name: "eval",
|
||||
TimesCalled: 0,
|
||||
Args: -1,
|
||||
},
|
||||
|
||||
"func": &ast.Function{
|
||||
Function: DeclFunc,
|
||||
Name: "decl_func",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue