TITLE ^

Lua51.pir - A Lua 5.1 compiler.

Description ^

This is the base file for the Lua 5.1 compiler.

This file includes the parsing and grammar rules from the src/ directory, loads the relevant PGE libraries, and registers the compiler under the name 'Lua'.

Functions ^

__onload()

Loads the PGE libraries needed for running the parser, and registers the "compile" subroutine as the "Lua" compiler.

compile(string code)

AUTHOR ^

Francois Perrad.


parrot