Kevin Boswell
Kevin Boswell
Just came upon this tool while exploring ANTLR, looks very promising. I've got the latest copy of the tool (0.4.0-alpha.4) working with Angular 6, and came across this issue. Manually...
I am having this same issue using Antlr version 4.9.3 and C#. Changes saved in my grammar do not update the output parse tree(s) when I re-launch the antrl-debug task....
I am getting the same Error: Could not deserialize ATN with version 4 (expected 3) using the Go target. My go.mod has these settings: require github.com/antlr/antlr4/runtime/Go/antlr/v4 v4.0.0-20221202181307-76fa05c21b12 require golang.org/x/exp v0.0.0-20230213192124-5e25df0256eb...