It would be cool to have a grpc module for V
I wrote a protobuf runtime and compiler for V but that was before the compiler ast update so i need to update there. I dont parsing services and definitely dont support any runtime for them but ya never know maybe one day it will happen 馃槃
It would be cool to rewrite it in order to correct the errors that appeared, I can offer my help (but I'm a beginner)
I have updated protoc-v and vproto so they both compile and produce valid code and I'm going to be trying to make a plugin mode for protoc-v which (because it requires packing and unpacking protobufs) should help to enforce correctness in the compiler.
Most helpful comment
I have updated protoc-v and vproto so they both compile and produce valid code and I'm going to be trying to make a plugin mode for protoc-v which (because it requires packing and unpacking protobufs) should help to enforce correctness in the compiler.