protobuf-ast-parser 0.1.0

A Protocol Buffers (proto2/proto3) parser that produces a typed AST with comments
Documentation
1
2
3
4
5
6
7
syntax = "proto3";

enum Enum {
  ZERO = 0;
  POSITIVE = 1;
  NEGATIVE = -1;
}