Hello Today I received a pull request on my implementation of protocol buffers to support the "syntax" keyword. This got me puzzled since I had not read it anywhere before.
My main source has been this document https://developers.google.com/protocol-buffers/docs/proto Which does not mention the syntax keyword. However it is found mentioned here: https://developers.google.com/protocol-buffers/docs/reference/cpp/google.protobuf.compiler.parser There is also no mention of escaping which I have heard being used in other cases. Is there a more complete or up to date specification of the .proto format I might have missed? -- You received this message because you are subscribed to the Google Groups "Protocol Buffers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/protobuf. For more options, visit https://groups.google.com/groups/opt_out.
