Merge branch 'documentation' of https://gitlab.com/whom/shs into documentation
This commit is contained in:
commit
ae9ca588d6
2 changed files with 28 additions and 3 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