Jon Lundy
Jon Lundy
I get the same panic when trying to run. I have tried in go versions 1.7.4, 1.8.1, and 1.9.2 it seems to be an issue in the master branch. the...
I am looking for something similar to how the `std` mode works but where i have a number of related repos that i would like parsed together into one generated...
With the upcoming move to go modules access to new features will be inaccessible. Can there be tags for the current stable version?
Thanks for your consideration.
I am not sure if i did something wrong but i linked the command hook as privmsg and now the responses that come from the bot are being sent to...
Hi, the commit here: https://github.com/antlr/antlr4/commit/c96c9ccea0be86f5dbc473052893674759dcc881 the `CharStream` signature for `GetTextFromInterval(Interval) string` https://github.com/antlr/antlr4/blob/dev/runtime/Go/antlr/v4/char_stream.go#L11 seems to have missed changing the pointer for `NewInputStream(data string) *InputStream` https://github.com/antlr/antlr4/blob/dev/runtime/Go/antlr/v4/input_stream.go#L48