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
4
Done
#8 by azpect was closed 2025-10-17 11:56:13 -07:00
#9 by azpect was closed 2025-10-16 14:45:25 -07:00
#11 by azpect was closed 2025-10-17 11:56:04 -07:00
#17 by azpect was merged 2025-10-16 15:13:16 -07:00