bumptech / palm

Protobufs Are Lightweight Messages

Home Page:http://bu.mp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Parser breaks on service definitions

schmichael opened this issue · comments

I'm not worried about palmc generating service code for me, but it'd be nice if the parser didn't break when it encountered service definitions like:

service RemoteService {
    rpc Execute (Request) returns (Response);
}