Functionality:

  • The parser's output (the "tokens" or "elements") will be used to build a tree data structure.
  • Each node in the tree will represent an HTML element (e.g., <h1>, <p>, <em>).
  • Child nodes will represent nested elements (e.g., an <em> node would be a child of a <p> node).
0
Backlog
0
To Do
0
In Progress
1
Done
#17 by azpect was merged 2025-10-16 15:13:16 -07:00