Proto file format problem

2008-09-22 Thread Chris
There is a disagreement between the documentation at http://code.google.com/apis/protocolbuffers/docs/proto.html#enum and the behavior of proto. The documentation states that Enumerator constants must be in the range [0, 2147483647]. But the protoc program allows negative values. I happened to

Re: Followup: EBNF grammar for .proto files

2008-09-22 Thread Chris
Yegor wrote: Hi, everyone, I am following up on the discussion about the EBNF grammar for .proto files: http://groups.google.com/group/protobuf/browse_thread/thread/1cccfc624cd612da I am now trying port this grammar to ANTLR format and make it generate the lexers and parsers, but so far