3
0

Improve expr types, add r/w locking

This commit is contained in:
Denis Arh
2021-07-13 16:39:12 +02:00
parent d63f21c941
commit a7e2eec9fd
15 changed files with 795 additions and 304 deletions
+1 -1
View File
@@ -103,6 +103,6 @@ func eval(e string, p interface{}) {
if err != nil {
fmt.Printf("error: %v", err)
} else {
fmt.Printf("%+v", result)
fmt.Printf("%+v", UntypedValue(result))
}
}