Skip to content

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.

Notifications You must be signed in to change notification settings

jerry-enebeli/proto-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages