zippy / ceptr

(a recomposable medium for distributed social computing) || (semantic self-describing protocol stacks)
http://ceptr.org
GNU General Public License v3.0
88 stars 17 forks source link

increase optionality of signatures #70

Closed zippy closed 8 years ago

zippy commented 8 years ago

currently a part of a signature can be marked, optional. We need a bit of expresivity to allow for things like logical OR so that for example the signature can tell the caller to expect either some semantic result or a NULL_SYMBOL or and error type, or something.

zippy commented 8 years ago

this should probably match the same optionality of structure definitions and be a refactor of the code that does that.

zippy commented 8 years ago

obsoleted by #147