KirillOsenkov / XmlParser

A Roslyn-inspired full-fidelity XML parser with no dependencies and a simple Visual Studio XML language service
Apache License 2.0
328 stars 49 forks source link

StackOverflow for deep trees #39

Open KirillOsenkov opened 2 years ago

KirillOsenkov commented 2 years ago

Don't use recursion for outlining, as malformed documents with thousands of unclosed tags crash with StackOverflow