TITLE ^

Using Lua on Parrot

In brief ^

lua.pbc is the Lua interpreter.

Building ^

After building parrot (see docs/gettingstarted.pod):

  cd languages/lua
  make

Running the whole test suite ^

  make test

Testing the test suite ^

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

Running your own code ^

  ../../parrot lua.pbc example.lua

or in interactive mode :

  ../../parrot lua.pbc

BUGS & LIMITATIONS ^

See languages/lua/doc/status.pod

SEE ALSO ^

languages/lua/doc/status.pod

AUTHOR ^

Francois Perrad.


parrot