integrate environment variables with vartable

This commit is contained in:
Aidan 2020-06-26 21:17:18 -07:00
parent 9301c77573
commit 7c04e3de95
No known key found for this signature in database
GPG key ID: 327711E983899316
4 changed files with 57 additions and 4 deletions

View file

@ -56,6 +56,7 @@ func main() {
funcs = stdlib.GenFuncTable()
vars = &map[string]*ast.Token{}
ast.InitVarTable(vars)
useHist := false
var histFile *os.File