You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi
The project fails at compiling protos with option at messages, enums, services levels. we are trying to do some custom code generating based on our custom options.
Some options are message-level options, meaning they should be written inside message definitions. Some options are field-level options, meaning they should be written inside field definitions. Options can also be written on enum types, enum values, service types, and service methods
Uh oh!
There was an error while loading. Please reload this page.
Hi
The project fails at compiling protos with
option
at messages, enums, services levels. we are trying to do some custom code generating based on our custom options.https://developers.google.com/protocol-buffers/docs/proto3#options
a proper syntax semantic based on anterl4 grammar is in here :https://github.com/antlr/grammars-v4/blob/master/protobuf3/Protobuf3.g4
If you support this it would be great.
Thanks
The text was updated successfully, but these errors were encountered: