Robert Zimtea
Robert Zimtea
OK, I think I found the issue, there is a conflict with antlrv4. ``` go: github.com/antlr/antlr4/runtime/Go/antlr/[email protected]: parsing go.mod: module declares its path as: github.com/antlr4-go/antlr/v4 but was required as: github.com/antlr/antlr4/runtime/Go/antlr/v4 restoring...
Went even more into the rabbit whole and it seems that Antlr moved their Go runtime into its own dedicated repo as per their [documentation](https://github.com/antlr/antlr4?tab=readme-ov-file#repo-branch-structure): I tried to change the...
Here is the PR to change the path for libsql/sqlite-antlr4-parser: https://github.com/libsql/sqlite-antlr4-parser/pull/4 Once that gets merged I'll make the PR for this repo.