Difference between revisions of "ProtocolBuffer"

From Makers Local 256
Jump to: navigation, search
(Todo: unknown fields are now supported via byte blobs)
(Overview: add links and comments)
Line 6: Line 6:
  
 
==Overview==
 
==Overview==
ProtocolBuffer is a D library encompassing the basic tools required to compile the .proto definition file into code and additional functions that are used by the resulting source file.
+
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 [http://opticron.no-ip.org/svn/branches/ProtocolBuffer backend library] is separated from the [http://opticron.no-ip.org/svn/branches/PBCompiler definition compiler] for now, but those may merge in the future.
  
 
==Todo==
 
==Todo==

Revision as of 09:26, 16 July 2009

Creator:
opticron
Status:
Early Implementation
Born On:
18:22, 15 July 2009 (CDT)
Last Updated:
09:26, 16 July 2009 (CDT)

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)
  • support imports (yeah, I know, I'm lame for not already supporting this)
  • support extensions
  • support services