aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2018-09-10 01:37:57 +0000
committerbloodstalker <thabogre@gmail.com>2018-09-10 01:37:57 +0000
commit81ae14331b28127d505a8adb84227029f68dab0b (patch)
treea1bf70436235d4946af03f8766a4b7ca14cb029c /README.md
parentupdate (diff)
downloadluatablegen-81ae14331b28127d505a8adb84227029f68dab0b.tar.gz
luatablegen-81ae14331b28127d505a8adb84227029f68dab0b.zip
update
Diffstat (limited to '')
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index ca4cbb4..e82180c 100644
--- a/README.md
+++ b/README.md
@@ -6,6 +6,9 @@ Each structure will have it's own pair of C source and header. There is an optio
`luatablegen` will generate a lua file that includes default constructors for all tables which you can use in Lua with `require`. luatablegen will also generate a markdown file listing the methods for the tables.<br/>
For an example you can look under the test directory.<br/>
+## Lua Version
+The generated code is supposed to be used with lua 5.3.<br/>
+
## table gen file
Each entry in the JSON file should have the following fields:<br/>