TimOrtel/GRPC-Kotlin-Multiplatform

ANTLR failure on message names that are equal to keywords

TimOrtel opened this issue · 1 comments

proto message Foo { string message = 1; }

fails, because message is a keyword.

Maybe the usage of the official antlr definition for proto3 would be possible. https://github.com/antlr/grammars-v4/tree/master/protobuf3