Fixed array & type handlign for gval&expr

This commit is contained in:
Denis Arh
2021-03-27 15:24:53 +01:00
parent 5a159838ba
commit 4a58d9c7cb
10 changed files with 598 additions and 331 deletions
+1 -1
View File
@@ -96,6 +96,6 @@ func eval(e string, p interface{}) {
if err != nil {
fmt.Printf("error: %v", err)
} else {
fmt.Printf("%v", result)
fmt.Printf("%+v", result)
}
}