Does anyone know of an Ada plugin for protocol buffers?

假如想象 提交于 2019-12-01 06:25:40

问题


I'm looking for an Ada plugin for protocol buffers. Looks like there is just about any language plugin available or in the works except for Ada.


回答1:


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.



来源:https://stackoverflow.com/questions/35761007/does-anyone-know-of-an-ada-plugin-for-protocol-buffers

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