appnexus / pyrobuf

A Cython alternative to Google's Python Protobuf library
Other
554 stars 76 forks source link

Parsing over atomic field option #154

Open ChristianToepfer opened 4 years ago

ChristianToepfer commented 4 years ago
message M {
    optional A a = 1 [ (my_options).custom1 = 1 ]; // works
    optional A b = 4 [ (my_option)= 3.4 ]; // parsing error
}

Exception: Unexpected character '('