elua

Description

This package contains a Lua interpreter. See http://lua.org for documentation of the language.

You can execute lua scripts either from console with shell or start the execution programmatically.

Data structures

Notes

Currently we don’t have language extension modules which would go together with this one, but those should be added.

List of Functions

Function

Description

`lua_init

<lua_init

.html>`__

Registers ‘lua’ command with shell.

`lua_main

<lua_main

.html>`__

Executes lua script in current task’s context. Arguments given are passed to lua interpreter.