NAME ^

src/lua51.pir -- The compiler for Lua 5.1

DESCRIPTION ^

This compiler extends PCT::HLLCompiler (see compilers/pct/src/PCT/HLLCompiler.pir)

This compiler defines the following stages:

Used by languages/lua/lua.pir.

Overloaded methods ^

ostgrammar([string grammar])
Accessor for the 'ostgrammar' attribute.
post(source [, adverbs :slurpy :named])
Transform source using the compiler's ostgrammar according to any options given by adverbs, and return the resulting ost.

Functions ^

internal_error
used in languages/lua/src/PASTGrammar.tg
internal_error
used in languages/lua/src/POSTGrammar.tg


parrot