Lua interactive shell built using Native Client
This is proof of concept of Lua running in Native Client. It is based on Lua 5.2.2.
Changes in version 5.2.3.186:
- hterm update (fixes cursor display issue)
- Update to lua 5.2.3
Changes in version 5.2.2.1:
- readline fixes
- updated lua runtime from 5.1 to 5.2.
The source code for this package and for the Native Client port of Lua is available as part of the naclports project:
https://code.google.com/p/naclports/source/browse/trunk/src/libraries/lua/
and:
https://code.google.com/p/naclports/source/browse/trunk/src/examples/tools/lua_ppapi/
Caveats:
This build is using newlib and therefore does not support DSOs.
No persistent file system yet.