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
#11 by azpect was closed 2025-10-17 11:56:04 -07:00