Merge branch 'documentation' of https://gitlab.com/whom/shs into documentation

This commit is contained in:
Aidan 2020-07-19 15:04:35 -07:00
commit ae9ca588d6
No known key found for this signature in database
GPG key ID: 327711E983899316
2 changed files with 28 additions and 3 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{