v0.8.0
Changelog
d29b0a4 Add option "-e"
94e0b58 Update stdlib for go1.14
953b122 fix: avoid infinite recursion in genFunctionWrapper()
1ae2649 fix: correct control flow graph for defer statements
6e33f89 fix: correct control flow graph for some switch statements
0ace924 fix: correctly init variables from index expressions
d8bdc66 fix: detect field names in struct pointer
c7c1bea fix: do not attempt to store data in _ var
78bbcda fix: do not overwrite input for assign operators
cfb7344 fix: handle interface values in map and arrays
2edd18a fix: handle use of functions in struct fields
27520f6 fix: re-apply GTA until all global types/constants are defined
ca68c6c fix: resolve embedded method on pointer types
9b07e73 fix: resolve receiver for binary methods on non interface types
3548c87 interp: weaken panics to errors and return panicked values