qitab / cl-protobufs

Common Lisp protocol buffer implementation.
MIT License
78 stars 17 forks source link

Update textproto message parsing to conform to spec. #355

Closed copybara-service[bot] closed 2 years ago

copybara-service[bot] commented 2 years ago

Update textproto message parsing to conform to spec.

We need a test to make sure

foo: {bar}
foo {bar}

both are valid We also should allow

foo: <bar>

but not

foo: <bar}

and the other obvious cases.