ParseProtoSchema

Basic parser for {@code .proto} schema declarations.

<p>This parser throws away data that it doesn't care about. In particular, unrecognized options, and extensions are discarded. It doesn't retain nesting within types.

ProtoPackage
ParseProtoSchema
(
const string name_
,
string data_
)

Meta