parrotcode: bcg_info.pmc Byte Code Generator PMC | |
Contents | Compilers |
bcg_info.pmc Byte Code Generator PMC
Byte Code Generator PMC and methods associated with it.
List of methods/operations defined over the PMC.
void init ()
void destroy ()
void startCodeGen()
void endCodeGen()
void startSub(STRING *subName, STRING *pragma)
void endSub()
void startCall(STRING *subName)
void endCall()
void startOp(STRING *op)
void startOp(STRING *op)
void val(STRING *name, STRING *type)
void var(STRING *value, STRING *type)
void label(STRING *label)
Copyright (C) 2006, The Perl Foundation.
This is free software; you may redistribute it and/or modify it under the same terms as Parrot.
Vishal Soni <vishalrsoni@gmail.com>
|