Lindenmayer
Lindenmayer copied to clipboard
enable a pruning '%' module
One of the interesting advanced functions of current L-systems is supporting a '%' symbol as a mechanism to prune a branch, and all associated sub-elements, from an existing tree. I suspect that's best done in a follow-on phase after the rule evaluations for each state of the sequence that makes up the tree is complete, at least to allow everything to operate in a parallel mode.