Attribute Parser

  • + 0 comments

    I approached this problem by designing a custom struct with tag paths and attributes, and using a stack to handle nested tags. I wrote a detailed breakdown on GitHub if anyone wants to learn from it. Feel free to check my profile for my GitHub link.