Skip to content
Snippets Groups Projects
Commit 5f596b25 authored by Vladimir Davydov's avatar Vladimir Davydov Committed by Vladimir Davydov
Browse files

lua: add internal xml parser

We need an XML parser to parse the string returned by malloc_info.
This commit implements a simple parser in Lua C that transforms
an XML string into a Lua table. The parser is available both from
C (luaT_xml_decode) and Lua (internal.xml.decode).

Needed for #7311

NO_DOC=internal
NO_CHANGELOG=internal
parent be3034ab
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment