Jeff Aigner
Results
3
comments of
Jeff Aigner
This is because you are using the visitor pattern which is not fully implemented. I have opened a PR to hopefully fix this. https://github.com/antlr/antlr4/pull/3299
Here is an example project showing how to use the output: https://github.com/sheik/antlr4-go-visitor-test This is an example grammar from the definitive ANTLR4 reference. The main files of interest are main.go and...
Done. Please let me know if I've done something incorrectly :zany_face: