# Copyright (C) 2007, The Perl Foundation. # $Id: luap.pir 20117 2007-07-23 05:19:23Z fperrad $ =head1 NAME luap -- A compiler for Lua 5.1 =head1 SYNOPSIS $ parrot luap.pir script.lua $ parrot luap.pir --target=parse script.lua PAST POST PIR =head1 DESCRIPTION C is a compiler for Lua 5.1 on Parrot. =cut .sub 'main' :main .param pmc args load_bytecode 'languages/lua/lua.pbc' $P0 = compreg 'Lua' $S0 = "Compiler Lua 5.1 on Parrot Copyright (C) 2005-2007, The Perl Foundation.\n" $P0.'commandline_banner'($S0) $P0.'command_line'(args) .end =head1 AUTHORS Francois Perrad =cut # Local Variables: # mode: pir # fill-column: 100 # End: # vim: expandtab shiftwidth=4: