Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 254 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 254 Bytes

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.