You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It appears that the XML parser has all kinds of problems, for example, highlighting closing tags as mismatched when they're not. It should probably be rewritten with a tail-recursive method to avoid all the copying.
The text was updated successfully, but these errors were encountered:
It appears that the XML parser has all kinds of problems, for example, highlighting closing tags as mismatched when they're not. It should probably be rewritten with a tail-recursive method to avoid all the copying.
The text was updated successfully, but these errors were encountered: