]> git.lizzy.rs Git - metalua.git/blob - README.md
ast_to_src: format function calls and unary operators without space
[metalua.git] / README.md
1 Metalua
2 =======
3
4 Metalua is a Lua code analysis tool, as well as a compiler for a
5 superset of Lua 5.1 supporting Compile-Time Meta-Programming. It's
6 separated into two LuaRocks, `metalua-parser` and
7 `metalua-compiler`. The documentation of each rock can be found in
8 `README-parser.md` and `README-compiler.md`.
9
10 All the code in Metalua is released under dual lincenses:
11
12 * MIT public license (same as Lua);
13 * EPL public license (same as Eclipse).