adj-js
adj-js copied to clipboard
implement tree pruning for performance
If testing #18 justifies, implement an adj:prune command to avoid walking a subtree.
Purpose is to avoid walking complex illustrations that are not (not meant to be, not made for) adjusting.
- Avoid parsing, and also
- avoid walking in phases.