mirror of
https://github.com/g012/l65.git
synced 2024-12-27 19:29:58 +00:00
ce2737c353
Added lpeg's re.lua lib. Added dkjson.lua. Added parser for TIATracker .ttt files.
9 lines
91 B
Lua
9 lines
91 B
Lua
local M = {}
|
|
|
|
M.major = 0
|
|
M.minor = 0
|
|
M.revision = 0
|
|
M.version = "0.0.0"
|
|
|
|
return M
|