Scripting.Lua

The Scripting.Lua module is a wrapper of Lua language interpreter as described in http://www.lua.org/.

The package is standalone: full Lua interpreter is distributed in this package as well.

Download

Releases:

Installation

For installation follow standard Cabal procedure. Unpack distribution package into any directory of your choice and then issue commands:
runhaskell Setup.hs configure
runhaskell Setup.hs build
runhaskell Setup.hs install
The Cabal has many option, use --help switch to see them or go to http://haskell.org/cabal/.

Documentation

The documentation is currently available in the form of haddock generated files. See online.

Examples

For examples look into tests directory in distribution package.

Source code

Source code is available in the distribution packages and as darcs repository:
    darcs get --partial http://home.agh.edu.pl/~gpolak/hslua/darcs

Bugs and development

For bug reports, fixes, extensions and general development please contact author directly, see next section.

Author

Gracjan Polak <gracjanpolak<maupa>gmail.com>