proto-parser
proto-parser takes a protofile, generates a set of tokens using a custom tokenizer and returns a struct with details about the protofile. It returns details like the syntax version, package name, service name and methods under a service.