finish fixing things

This commit is contained in:
Aidan 2020-08-26 21:36:06 -07:00
parent 6afd01da2a
commit 591402b428
No known key found for this signature in database
GPG key ID: 327711E983899316
4 changed files with 19 additions and 16 deletions

View file

@ -58,7 +58,7 @@ func GenFuncTable() ast.FuncTable {
Function: DeclFunc,
Name: "decl_func",
Args: []ast.Token_t{
ast.STRING,
ast.SYMBOL,
ast.LIST,
ast.LIST,
},
@ -141,7 +141,7 @@ func GenFuncTable() ast.FuncTable {
Function: NumCast,
Name: "number",
Args: []ast.Token_t{
ast.NUMBER,
ast.STRING,
},
},