Is antlr4's golang visitor pattern in a usable state?
问题 I see no working examples, and I see a few pull requests that remain open. I would like to avoid going down the garden path. https://github.com/antlr/antlr4/pull/1807 https://github.com/antlr/antlr4/issues/1843 There are also pull requests that make me think the golang target might be dead in the water. https://github.com/antlr/antlr4/issues/2152 So all I am really asking is should I steer clear of golang, or is the documentation just somewhere that google doesn't see :-) 回答1: To people who