Aux via now supports nested auxes and will walk up the main framer outline
prepending any main, me, or relative addressed via clauses.
If main or me skip to the main framer via of the current framer.
If relative prepend the framer via. If absolute or starts with framer then
terminate prepend at that point.
Refactored algorithm and added tests for correctness. handles main and not main
and relative nested.
Refactored the initio processing and resolvePaths to support multi level via
Also normalized syntax of framer inode relative "me." Store paths.
me means prepend the framer inode if any and also keep walking up aux.main.framer
links to successively prepend inodes until either absolute or framer relative
Changed ._initio signature to odict or item list so order is preserved
Do verb per clause now overrides for clause
with clause now overrides from clause
cum clause now overrides qual clause
For clause now correctly interprets indirec starting with "me"
Some refactoring of .resolve
Some more tests flos
--------
20160924
--------