X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=README.md;fp=README.md;h=dcd10a35005be50dee597d4578324549c37e1d23;hb=355ff0bc201e00856ba20d82c65b14ffa6fcfe4b;hp=0000000000000000000000000000000000000000;hpb=f998820846d157a0c28abfb71cfca4b273f45eb9;p=metalua.git diff --git a/README.md b/README.md new file mode 100644 index 0000000..dcd10a3 --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +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).