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

generalize iterate on symbol #108

Open zippy opened 8 years ago

zippy commented 8 years ago

82cbc03e969d78e adds iteration over a all the instances of a given symbol type.

This should probably be generalized so that it simply iterates over what ever ITERATION_DATA got put in the last param. This would mean adding an instruction that gets this data, instead of it happening "in the machine" as part of determining which type of iteration is running in the IterateTypeUnknown phase of the EvalCondition case.