ANTLR failure on message names that are equal to keywords
TimOrtel opened this issue · 1 comments
TimOrtel commented
proto message Foo { string message = 1; }
fails, because message is a keyword.
TimOrtel commented
Maybe the usage of the official antlr definition for proto3 would be possible. https://github.com/antlr/grammars-v4/tree/master/protobuf3