AdeptLanguage / Adept

The Adept Programming Language
GNU General Public License v3.0
120 stars 8 forks source link

Should there be a wrapper for the XML library? #309

Open ghost opened 6 months ago

ghost commented 6 months ago

Discussed in https://github.com/AdeptLanguage/Adept/discussions/274

Originally posted by **ghost** January 2, 2024 Wrap it into a high level interface like `JSON.adept`, so it will be easier to use. As I know, the current XML library is `expat`. If you add `libxml2` in the future, it could be used as a backend for the abstracted `XML.adept`, too.
IsaacShelton commented 6 months ago

There should be, although there are other problems that have higher priority right now