Skip to content
This repository has been archived by the owner on Mar 23, 2023. It is now read-only.

higherkindness/protobluff

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages