bufbuild / protocompile

A parsing/linking engine for protobuf; the guts for a pure Go replacement of protoc.
Apache License 2.0
227 stars 18 forks source link

Begin implementing a new AST library #342

Open mcy opened 2 weeks ago

mcy commented 2 weeks ago

This is a work in progress; eventually this PR will include a host of other features, including a new parser, pretty-printer, and formatter.