chore: API and code cleanup. Rename stdlib.Value into stdlib.Symbols (#231)

This commit is contained in:
Marc Vertes
2019-06-27 12:40:04 +02:00
committed by Ludovic Fernandez
parent cc8e05d61b
commit 274c0fc47a
314 changed files with 383 additions and 401 deletions

View File

@@ -53,8 +53,8 @@ func runCheck(t *testing.T, p string) {
i := interp.New()
i.Name = p
i.Use(interp.ExportValue)
i.Use(stdlib.Value)
i.Use(interp.Symbols)
i.Use(stdlib.Symbols)
_, err = i.Eval(string(src))
if errWanted {