| parrotcode: Using Lua on Parrot | |
| Contents | Language Implementations | Lua |

Using Lua on Parrot

lua.pbc is the Lua interpreter.

After building parrot (see docs/gettingstarted.pod):
cd languages/lua make

make test

With an original Lua in your path, it's possible to check the test suite.
cd languages perl -I../lib -Ilua/t lua/t/harness --use-lua

../../parrot lua.pbc example.lua
or in interactive mode :
../../parrot lua.pbc

See languages/lua/doc/status.pod


Francois Perrad.
|
|
|