and error :)
I'll be watching this thread for responses.
Yegor
On Aug 8, 12:13 am, Peter wrote:
> Hi folks,
> I am new to protocol buffer, but interested in writing a customized
> Java rpc lib. The new version recommend to write it in a plugin.
> However, I cannot find
The hack (http://code.google.com/p/protobuf-gae-hack)
seems still valid.
Cheers,
Yegor
On Jul 2, 7:46 pm, Dan wrote:
> Hello-
> I'm working with GAE and ran into this error when trying to use
> protocol buffers:
>
> from google.protobuf import descriptor
> ImportError: No module na
Hi, Kenton,
In the Python version there are now two versions of InputStream, one
buffer-based, the other one array-based, for compatibility with App
Engine-like environments. Do you know how big the performance penalty
is for using array-based InputStream in protobuf context?
Thanks,
Yegor
On
, bug reports, etc.
Thanks,
Yegor
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"Protocol Buffers" group.
To post to this group, send email to protobuf@googlegroups.com
To unsubscribe from this group, sen
;
fragment HEX_INT
: ('0') ('x' | 'X') ('A'..'F' | 'a'..'f' | DIGIT)+
;
fragment OCT_INT
: ('0') ('0'..'7')+
;
// allow_f_after_float_ is disabled by defaul
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 no luck.
Does anyon