Skip to content

Predicate/framexml2lua

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

framexml2lua

framexml2lua is a tool for quickly converting WoW addon XML to its Lua equivalent. It outputs valid but suboptimal code, as a starting point for porting XML-based addons to pure Lua. Manual editing of the generated code is highly recommended.

Warning: Always validate your input files (and remove Unicode BOM) before attempting to convert them; LuaXML's parser may OOM or segfault on malformed XML. Furthermore, output of framexml2lua is not guaranteed to be correct or safe; use common sense and read the Lua before running it yourself. I take no responsibility for sharded purples empty guild banks any results of running code generated with this tool. Use at your own risk!

Usage: framexml2lua.lua /path/to/input.xml >/path/to/output.lua

Dependencies:

About

Converts WoW addon XML to its Lua equivalent.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages