mransan/ocaml-protoc

Parsing error on `stream` field_name

Closed this issue · 0 comments

Given a proto file like https://github.com/EventStore/EventStore/blob/master/src/Protos/Grpc/persistent.proto#L101 I get persistent.proto:101:0: Parsing error

This appears to be a valid file so I would expect it to lex and parse fine. I'm not sure of the structure of the yacc parser but I believe it's missing the | T_stream {"stream"} around ./src/compilerlib/pb_parsing_parser.mly#329