Difference between revisions of "ProtocolBuffer"
From Makers Local 256
(→Overview: add links and comments) |
m (→Todo: add comments) |
||
Line 9: | Line 9: | ||
==Todo== | ==Todo== | ||
− | * support options (includes defaults) | + | * support options (includes defaults and things like packed representation for primitive types) |
* support imports (yeah, I know, I'm lame for not already supporting this) | * support imports (yeah, I know, I'm lame for not already supporting this) | ||
− | * support extensions | + | * support extensions (this is going to suck) |
− | * support services | + | * support services (this may not happen at all) |
[[Category:Software]] | [[Category:Software]] |
Revision as of 15:14, 16 July 2009
Creator: |
Overview
ProtocolBuffer is a D library encompassing the basic tools required to compile .proto definition files into code and additional functions that are used by the resulting source file. The backend library is separated from the definition compiler for now, but those may merge in the future.
Todo
- support options (includes defaults and things like packed representation for primitive types)
- support imports (yeah, I know, I'm lame for not already supporting this)
- support extensions (this is going to suck)
- support services (this may not happen at all)