> I think this kind of resource could be useful on lua.org, near the actual reference manuals.
Here it is http://www.lua.org/manual/contents.html . It still needs
some work, though.
A nice to have : a CLI options section in the index.
Once aggregated, that allows a table like this:
+---------+---------+---------+---------+
| Lua 5.1 | Lua 5.2 | Lua 5.3 | Lua 5.4 |
+---------+---------+---------+---------+
| | -E | -E | -E |
| | | | -W |
| -e | -e | -e | -e |
| -i | -i | -i | -i |
| -l | -l | -l | -l |
| -v | -v | -v | -v |
+---------+---------+---------+---------+
François