- The accessors should be smart get/set types
- VERBATIM chunks should be containers in the manner of TRIGGERS rather than special cases of TEXT chunks
- I was misusing the 0E0 value; it should be replaced with 'undef'
- Now that both the DOM tree and the text stowage structure are arrays instead of hashes, their additive methods can be rewritten with simple push()es instead of index accesses
- ...and the associated node tracking scalars can be gotten rid of
Oh well. That's progress. The Grammarian and its Handlers follow this.