ctaggart / froto

Froto: F# Protocol Buffers
MIT License
146 stars 27 forks source link

Parse `oneof` before field, so 'oneof' isn't considered a message (#88) #89

Closed jhugard closed 6 years ago

jhugard commented 6 years ago

Proto3 fields don't have a label qualifier (optional | repeated | required) to distinguish between those and 'oneof', so it was being treated as a field-type identifier.

Fixes #88