palm icon indicating copy to clipboard operation
palm copied to clipboard

Parser breaks on service definitions

Open schmichael opened this issue 13 years ago • 0 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);
}

schmichael avatar Jan 06 '12 21:01 schmichael