syncing unfinished work with dev

This commit is contained in:
Aidan 2020-08-22 12:37:06 -07:00
parent 4ce1f7137c
commit 6afd01da2a
No known key found for this signature in database
GPG key ID: 327711E983899316
2 changed files with 14 additions and 7 deletions

View file

@ -102,10 +102,8 @@ func GenFuncTable() ast.FuncTable {
Function: Export,
Name: "export",
EvalLazy: true,
Args: []ast.Token_t{
ast.STRING,
ast.LIST,
},
ArgLazy: true,
NumArgs: 2,
},
"input": &ast.Function{