parrotcode: A APL compiler. | |
Contents | Language Implementations | APL |
apl.pir - A APL compiler.
This is the base file for the APL 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 'APL'.
PCT::HLLCompiler
object.args
to the APL compiler.
|