Kiwi Script
KiwiScript Interpreter
|
IR for program class. More...
Go to the source code of this file.
Data Structures | |
struct | KSFunction |
Functions | |
struct KSFunction * | KSAllocateFunction (struct CNResource *resource) |
Alloxate Function object. More... | |
void | KSSetFunctionBody (struct KSFunction *dst, struct KSCompoundStatement *stmt) |
Set body statement to function. More... | |
IR for program class.
struct KSFunction* KSAllocateFunction | ( | struct CNResource * | resource | ) |
Alloxate Function object.
resource | Resource to allocate the object |
void KSSetFunctionBody | ( | struct KSFunction * | dst, |
struct KSCompoundStatement * | stmt | ||
) |
Set body statement to function.
dst | Destination function |
stmt | Source statement |