Does anyone know of an Ada plugin for protocol buffers?

时光怂恿深爱的人放手 提交于 2019-12-05 18:58:52

Well, the only thing I found is this thesis. Unfortunately, I did not find any source code for a translation tool, i.e. what you name a plugin. The only thing I can tell is that the tool was developed in C++.

UPDATE

There's finally an Ada implementation for Protocol Buffers. It has been developed by Per Sandberg and is available on GitHub.

I didn't check if this is a full Ada implementation or if it relies on C/C++ version as a thin binding

Please note that this is an alpha version but usable.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!