Open NTaylorMullen opened 5 years ago
There are two possible approaches I see here.
protoc
, which in turn invokes our plugin. We can then hack together some out of process communication between our plugin (perhaps make an Http request?) that gives you an AST.libprotoc
and use it directly in process.Thoughts?
Given a .proto file we need to be able to get some sort of introspectable syntax tree from it.