parrotcode: The compiler for Lua 5.1 | |
Contents | Language Implementations | Lua |
src/lua51.pir -- The compiler for Lua 5.1
This compiler extends PCT::HLLCompiler
(see compilers/pct/src/PCT/HLLCompiler.pir)
This compiler defines the following stages:
Used by languages/lua/lua.pir.
ostgrammar([string grammar])
post(source [, adverbs :slurpy :named])
source
using the compiler's ostgrammar
according to any options given by adverbs
,
and return the resulting ost.internal_error
internal_error
Klaas-Jan Stol <parrotcode@gmail.com>
Francois Perrad
|