lua-pb icon indicating copy to clipboard operation
lua-pb copied to clipboard

Support grpc extensions

Open daurnimator opened this issue 8 years ago • 1 comments

gRPC extends the .proto file format to add service+rpc sections.

daurnimator avatar May 04 '17 07:05 daurnimator

For the grpc hello world example https://github.com/grpc/grpc/blob/6eae794c9f8f305a51274a79400124093ddc9354/examples/protos/helloworld.proto I get:

lua5.1: Lexical error in line 27, near "lloReply) {": expected ';'
stack traceback:
	[C]: in function 'error'
	/usr/share/lua/5.1/pb/proto/scanner.lua:77: in function </usr/share/lua/5.1/pb/proto/scanner.lua:75>
	[C]: in function 'match'
	/usr/share/lua/5.1/pb/proto/parser.lua:301: in function 'parse'
	/usr/share/lua/5.1/pb.lua:199: in function </usr/share/lua/5.1/pb.lua:193>
	(tail call): ?

daurnimator avatar Mar 05 '18 06:03 daurnimator