godoc for extra packages
This commit is contained in:
parent
fec3550702
commit
b941df68e1
4 changed files with 17 additions and 2 deletions
|
|
@ -24,6 +24,10 @@ import (
|
|||
"gitlab.com/whom/shs/stdlib"
|
||||
)
|
||||
|
||||
/* creates new VarTable and FuncTable
|
||||
* reads a configuration file
|
||||
* executes contents and returns tables
|
||||
*/
|
||||
func InitFromConfig(configFile string) (ast.VarTable, ast.FuncTable) {
|
||||
funcs := stdlib.GenFuncTable()
|
||||
vars := &map[string]*ast.Token{}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue