HTML parsing in Elixir with leex and yecc
As part of my attempt to build a text-based web browser, I needed an HTML parser I could use from Elixir.
Rather than jump straight into an existing solution, I decided to see how writing a parser with leex and yecc would go (ultimately deciding a library was a better option).
Read next Using Elixir's GenStage and Flow to build product recommendations