Skip to content

Create a Protocol Buffer type provider #124

@forki

Description

@forki

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions