Marc Vertes
Marc Vertes
I have found some issues when computing the stack from a non func block (like `if` or `for` body). I also found some issues when printing a global var. I...
Yes @thehowl, I will now look at unifying common parts as you suggest. Thanks for your thorough review and useful suggestions.
I agree that adding support to Fortran would be nice and is certainly achievable. I will look at it. I've done a variant of txt2man (unpublished) to generate HTML some...
Most probably fixed by #125
I did a rebase instead of just merging master, maybe the cause?
I still have trouble to reproduce it from your sample, but I know that there are still some issues with `golang.org/x/text/encoding/charmap`. Keeping open as a bug for now.
The performance improvement is nice, congrats for that. But it comes at the cost of adding new dependencies, other than Go standard library, something that we have avoided to do...
I have noticed the same, for the version v0.4.3, installed from GitHub release assets. I don't know if it was working before or not, as I just run it for...
Groups are working, after changing the signal username (still same phone number) on the phone and relink again.
This is a known limitation. Methods are emulated in yaegi, because Go reflect doesn't implement the creation of interfaces or method values at runtime (golang/go#16522).