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

add TREE_PATH manipulation instructions #142

Open zippy opened 8 years ago

zippy commented 8 years ago

for various purposes we will need to be able to manipulate tree paths in code so we need these instructions:

zippy commented 8 years ago

b918f705ed5967 adds POP_PATH

zippy commented 8 years ago

There are probably a bunch more here, like PUSH_PATH, NEXT/PREV_CHILD etc but we'll implement those when we need them.