Qwlouse / Findeco

GNU General Public License v3.0
7 stars 4 forks source link

Eliminate TextNodes #321

Closed Qwlouse closed 9 years ago

Qwlouse commented 9 years ago

The node_type TextNode is rather useless. We only generate text nodes for some of the tests, and we always treat them the same as StructureNodes without children.

So TextNodes should be eliminated from the backend and only StructureNodes should be used.

pinae commented 9 years ago

I believe this is done.