Skip to content
This repository has been archived by the owner on Nov 13, 2024. It is now read-only.

Research way to parse message into AST #6

Open
chshersh opened this issue Aug 16, 2018 · 0 comments
Open

Research way to parse message into AST #6

chshersh opened this issue Aug 16, 2018 · 0 comments
Labels
protobuf Writing or parsing Protocol Buffers code

Comments

@chshersh
Copy link
Contributor

Messages are placed in files with .proto extension. If we want to work with message, we need to parse them in more structured way. So we should research proto-lens-protoc family of libraries whether they have such functions or not. Well, they definitely have (otherwise, how could they generate files?). And we need to reuse those functions.

@chshersh chshersh added the protobuf Writing or parsing Protocol Buffers code label Aug 16, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
protobuf Writing or parsing Protocol Buffers code
Projects
None yet
Development

No branches or pull requests

1 participant