NAME ^

test_lex -- A dumper for Lua 5.1 lexicography

SYNOPSIS ^

  $ parrot test_lex.pir script.lua
  $ parrot test_lex.pir --target=parse script.lua
                                 PAST
                                 POST
                                 PIR

DESCRIPTION ^

This compiler is a PCT::HLLCompiler, see compilers/pct/src/PCT/HLLCompiler.pir)

This compiler defines the following stages:

and imports many definitions from the full Lua compiler (languages/lua/src/lua51.pir).

AUTHOR ^

Francois Perrad


parrot