Skip to content

Lua Scripting

Bitbucket Importer requested to merge branch/lua into branch/unified

Created originally on Bitbucket by dmilligan (David Milligan)

I guess this is about as ready as it's going to be (at least ready to be reviewed).

Lua version is 5.3 (which added support for integer only math, which is very helpful for us 😊)

To build documentation, install LDOC (https://github.com/stevedonovan/ldoc), then run (from modules/lua):

#!bash

ldoc -d <output_dir> .

(I have the docs hosted here: http://davidmilligan.github.io/ml-lua/index.html)

Once this is merged it would be nice if we could have jenkins build this like the features page and ML core documentation and host it somewhere more official.

What else? Any missing APIs that you thing should be exposed?

Merge request reports