-
Notifications
You must be signed in to change notification settings - Fork 148
Closed
Description
After reading http://blog.ctaggart.com/2012/11/parsing-protocol-buffers-proto-file-in-f.html and @dsyme's Mail about the Protocol Buffer (http://code.google.com/p/protobuf/) stuff I think we should add a Protocol Buffer type provider to FSharpx. Since we have type providers for CSV, JSON and XML I think it would fit very nicely.
Here's what I think we have to do:
- Create a Protocol Buffer serializer in FSharpx.Core
- Create a type provider on top of this parser in FSharpx.TypeProviders.Documents
I asked Cameron if he wants to contribute the parser. If he does we need to find a way to deal with the dependency on FParsec.
Alternatively we could write a new parser. Like what we did with the JSON parser.
What do you guys think?
Metadata
Metadata
Assignees
Labels
No labels