NAME ^

lib/luaperl.pir

DESCRIPTION ^

Encapsulation of the compiler written in Perl as a Parrot registered compiler.

This encapsulation is used to implement some Lua functions :

dofile

loadfile

loadstring

It's a temporary work. Waiting for the real PIR compiler/interpreter.

compile(pmc code)

Compile source.

evalfiles(file)

Compile and evaluate a file.

AUTHOR ^

Francois Perrad


parrot