-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support proto3 #37
Comments
I would _love_ to do this, but at the moment I've got way too much to deal with...plus even the 2.x line isn't up to date. I did take a look at some of the changes, and I think they're great. |
I completely understand -- it's my intention to submit a couple of pull requests. |
Why thank you! I have to thank Square for their initial protoparser that I based this parser off of, but I'm glad that it's accessible. That was one of my goals for the project. |
There is some effort to get D support for version 3 into the official protocol buffers repo. |
Has there been any progress on this? |
ref: https://developers.google.com/protocol-buffers/docs/proto3 |
@msoucy
|
https://github.com/google/protobuf/blob/master/CHANGES.txt
"In proto3, the language is simplified, both for ease of use and to
make it available in a wider range of programming languages. At the
same time a few features are added to better support common idioms
found in APIs."
The text was updated successfully, but these errors were encountered: