parrotcode: Punie | |
Contents | Language Implementations |
languages/punie/punie.pir
A compiler for Perl 1.
languages/punie/lib/ASTGrammar.tg
A grammar for transforming the output of a PGE parse into.
languages/punie/lib/OSTGrammar.tg
A grammar for transforming an abstract syntax tree to an.
languages/punie/lib/PIRGrammar.tg
A grammar for transforming an opcode syntax tree to PIR.
languages/punie/lib/POST.pir
A low-level opcode syntax tree for Punie.
languages/punie/lib/PunieGrammar.pir
A grammar for parsing Perl 1.
languages/punie/lib/POST/Call.pir
An subroutine call.
languages/punie/lib/POST/Label.pir
A PIR label.
languages/punie/lib/POST/Op.pir
An opcode.
languages/punie/lib/POST/Ops.pir
A series of opcodes.
languages/punie/lib/POST/Sub.pir
A subroutine declaration.
languages/punie/lib/POST/Val.pir
Nodes for literal values.
languages/punie/lib/POST/Var.pir
A variable.
|