retrofitted filesys functions

This commit is contained in:
Aidan 2020-06-29 16:58:43 -07:00
parent 7c630d5a38
commit d70a5ec77c
No known key found for this signature in database
GPG key ID: 327711E983899316
2 changed files with 44 additions and 0 deletions

View file

@ -123,6 +123,12 @@ func GenFuncTable() ast.FuncTable {
Args: -1,
},
"cd": &ast.Function{
Function: cd,
Name: "changedir",
TimesCalled: 0,
Args: 1,
},
}
return stdlib