incomplete docs for stdlib
This commit is contained in:
parent
b941df68e1
commit
e1913fea2c
2 changed files with 21 additions and 0 deletions
|
|
@ -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{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue