changed copyright notice
[lqt.git] / new / generator.lua
blobb3172f93dd802c748281e5acdfebfdab8d4212d7
1 #!/usr/bin/lua
4 local filename = ...
5 local path = string.match(arg[0], '(.*/)[^%/]+') or ''
6 local code = dofile(path..'xml.lua')(my.readfile(filename))[1]
8 table.foreach(code.byname.hello[1].xarg, print)