[Go] Add Iterative tree walker in go by rishabh-arya95 · Pull Request #3740 · antlr/antlr4
Adding the iterative tree walker implementation for GO, inspired by the java iterative walker
#1231
Now that I have merged the update to the Go Target made by @jimidle maybe you guys can take another look to ensure it is compatible.
I will take a look at this after 4.11.0 is released. Right now, I do not know if anyone has attempted this, but it is probably best done with generics and current tree stuff does not use generics... yet.
@parrt Would you please assign this to me, or label it with Go.
This code now needs to be moved in to the /v4 version of the go runtime. I have not tried this and there are no tests, but as it is a new file, it seems safe enough. We can merge this one and I can copy it to the v4 version.
@jimidle so I should merge this one and then you will copy it to v4?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters