Depend on "set" LuaRock, added doc/

This commit is contained in:
Wouter Scherphof
2013-03-27 11:40:19 +01:00
parent 87fc36650c
commit 3af809df9a
5 changed files with 30 additions and 88 deletions

View File

@@ -1,4 +1,5 @@
local Set = require "Set"
require("luarocks.loader")
local Set = require("Set")
local ElementNode = {}
ElementNode.mt = {__index = ElementNode}