-
As the title says, the github.com/libsql/sqlite-antlr4-parser should be replaced with your own lib.
-
For example, I want access `ruleToStartState` field, but it is not exported.
Go can't
https://github.com/antlr/antlr4/blob/2a7904a595479954ccfb1c78124fc3d7f5bebcb1/runtime/Go/antlr/v4/atn.go#L42
…
vczyh updated
1 month ago
-
I am trying to generate lexer, parser, listener and all standard files in Golang for the following grammar:
[https://github.com/trinodb/trino/blob/master/core/trino-parser/src/main/antlr4/io/trino/sq…
-
@jimidle bumped the Go version to 1.22 in https://github.com/antlr4-go/antlr/commit/4d7e18847d8881a176db3d7cca909e3f3942a05f (released as v4.13.1), but the Go version in this repo is still set to 1.20…
-
Following the instructions in https://github.com/antlr/antlr4/blob/4.13.2/doc/getting-started.md,
1. I first created a miniconda environment for antlr and then proceeded with installing antlr4-…
-
It seems that `v1` module of `github.com/antlr/antlr4/runtime/Go/antlr` has been deprecated.
```
// Deprecated: Please switch to the new v4 module path: github.com/antlr/antlr4/runtime/Go/antlr/v…
-
command-line-arguments
.\main.go:14:34: cannot use stream (type *"github.com/antlr/antlr4/runtime/Go/antlr".InputStream) as type "github.com/omurbekjk/convert-dsl-to-es-query-with-antlr/vendor/github…
-
`v1`版本的模块“github.com/antlr/antlr4/runtime/Go/antlr”好像已经“deprecated”了
```
// Deprecated: Please switch to the new v4 module path: github.com/antlr/antlr4/runtime/Go/antlr/v4 - see https://github.co…
-
It seems that `v1` module of `github.com/antlr/antlr4/runtime/Go/antlr` has been deprecated.
```
// Deprecated: Please switch to the new v4 module path: github.com/antlr/antlr4/runtime/Go/antlr/v…
-
Tried to install but when I run the run.sh I get a load off errors to do with incompatible versions. Managed to sort most of them out but fairseq==0.12.2 requires hydra-core==1.0.7 , and audio craft r…