relaxed lua version requirements in metalua-parser rockspec
1 file changed
tree: 32e5630cf6d94ba4db996310f429142b92cc4aa5
  1. .gitignore
  2. README-compiler.md
  3. README-parser.md
  4. README.md
  5. bin/
  6. checks.lua
  7. metalua-0.7.3-1.rockspec
  8. metalua-compiler-0.7.2-1.rockspec
  9. metalua-compiler-0.7.3-1.rockspec
  10. metalua-parser-0.7.2-1.rockspec
  11. metalua-parser-0.7.2-2.rockspec
  12. metalua-parser-0.7.3-1.rockspec
  13. metalua-parser-0.7.3-2.rockspec
  14. metalua/
  15. samples/
README.md

Metalua

Metalua is a Lua code analysis tool, as well as a compiler for a superset of Lua 5.1 supporting Compile-Time Meta-Programming. It's separated into two LuaRocks, metalua-parser and metalua-compiler. The documentation of each rock can be found in README-parser.md and README-compiler.md.

All the code in Metalue is released under dual lincenses:

  • MIT public license (same as Lua);
  • EPL public license (same as Eclipse).