parrotcode: A Lua 5.1 compiler. | |
Contents | Language Implementations | Lua |
Lua51.pir - A Lua 5.1 compiler.
This is the base file for the Lua 5.1 compiler.
This file includes the parsing and grammar rules from the src/ directory, loads the relevant PGE libraries, and registers the compiler under the name 'Lua'.
__onload()
compile(string code)
Francois Perrad.
|