11 #include <Coconut/Coconut.h>
KEProgram class.
Definition: KEProgram.h:17
void KEDumpFunction(struct CNText *outbuf, struct KEFunction *src)
Dump context of the function.
void KEDumpInstruction(struct CNText *dstbuf, struct KEInstruction *src)
Dump context of instruction.
void KEDumpFrame(struct CNText *outbuf, struct KEFrame *src)
Dump context of the frame.
Definition: KEFunction.h:18
Definition: KEBuiltinFunc.h:36
Definition: KEInstruction.h:115
void KEDumpBuiltinFunc(struct CNText *outbuf, struct KEBuiltinFunc *src)
Dump context of the built-in function.
Forward declarations of the data type in KiwiEngine.
void KEDumpProgram(struct CNText *outbuf, struct KEProgram *src)
Dump context of the program.