incomplete docs for stdlib

This commit is contained in:
Aidan 2020-07-19 14:53:27 -07:00
parent b941df68e1
commit e1913fea2c
No known key found for this signature in database
GPG key ID: 327711E983899316
2 changed files with 21 additions and 0 deletions

View file

@ -25,6 +25,9 @@ import (
"gitlab.com/whom/shs/util"
)
/* Makes a FuncTable from all functions in the stdlib
* add your function here if you are extending the standard library
*/
func GenFuncTable() ast.FuncTable {
var stdlib ast.FuncTable
stdlib = &map[string]*ast.Function{