Re: Quick Hacky text_mode Parse in Python

2009-01-21 Thread Petar Petrov
On Tue, Jan 20, 2009 at 3:58 PM, Helder Suzuki heldersuz...@gmail.com wrote: I sent a partial patch a while ago and I disappeared without completing the text_format in python, sorry about that. So far I've only implemented the tokenizer part (w/ test cases), but anyone is free to use it to

Re: Quick Hacky text_mode Parse in Python

2009-01-20 Thread Helder Suzuki
I sent a partial patch a while ago and I disappeared without completing the text_format in python, sorry about that. So far I've only implemented the tokenizer part (w/ test cases), but anyone is free to use it to implement the parser part (I'd be really glad), and for some reason I couldn't set

Re: Quick Hacky text_mode Parse in Python

2008-12-30 Thread Piotr Findeisen
On Dec 8, 7:27 pm, Petar Petrov pe...@google.com wrote: On Mon, Dec 8, 2008 at 10:21 AM, Kenton Varda ken...@google.com wrote: Hey Petar, isn't there a patch someone was trying to submit that implements text format parsing?  (For real, not by wrapping protoc.)  What's the status of that?

Re: Quick Hacky text_mode Parse in Python

2008-12-08 Thread Kenton Varda
Hey Petar, isn't there a patch someone was trying to submit that implements text format parsing? (For real, not by wrapping protoc.) What's the status of that? On Mon, Dec 8, 2008 at 5:03 AM, Nicholas Reid [EMAIL PROTECTED] wrote: Hi All, Firstly, just wanted to thank Kenton and the Google

Re: Quick Hacky text_mode Parse in Python

2008-12-08 Thread Petar Petrov
On Mon, Dec 8, 2008 at 10:21 AM, Kenton Varda [EMAIL PROTECTED] wrote: Hey Petar, isn't there a patch someone was trying to submit that implements text format parsing? (For real, not by wrapping protoc.) What's the status of that? I'll review it today. Hopefully the author hasn't forgotten