Web Lua 
Enter Lua code in the input box below, press a button and see
the results. More information below.
The buttons above perform the following actions:
- lua - executes the script using the Lua command line executable
and displays the results.
- luac - runs the script through the Lua compiler and displays the
bytecode output.
- lua2c - process the script using the lua2c convertor. This will
produce C code equivalent to the script but using the Lua C API.
- version - display the version of Lua being used by WebLua.
Stats: [lua 7840] [lua2c 1560] [luac 895] [version 767] [visits 14086]
Links: [Lua homepage]
[Lua wiki]
[WebLua feedback]