awakesecurity / proto3-suite

Haskell Protobuf Implementation
https://hackage.haskell.org/package/proto3-suite
Other
80 stars 55 forks source link

Message extension parsing support. #217

Closed riz0id closed 2 years ago

riz0id commented 2 years ago

This PR extends the proto3 parser to support parsing message extensions. Message extensions that are parsed are discarded for now (theres no way to represent message extensions in the current AST), but the parser will no longer produce a parse error "expecting enum" when extend is encountered.