higherkindness / protobluff

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

protobluff

protobluff is a functional scala parser for protocol buffers v3.

Goals

  • parse protobuf v3 specs from strings
  • not need to call command line tools

Non-Goals

  • parse non-v3 protobuf (maybe in the future?)
  • talk to the filesystem
  • parse multiple files at once
  • do any kind of post-processing of the AST.
  • resolve names
  • materialize dependency graph between protobuf specs

About


Languages

Language:Scala 100.0%