Kiwi Script
KiwiScript Interpreter
|
IR for KSExpressionStatement class. More...
Go to the source code of this file.
Data Structures | |
struct | KSExpressionStatement |
Functions | |
struct KSExpressionStatement * | KSAllocateExpressionStatement (struct KSExpression *exp, struct KELineInfo *linfo, struct CNResource *resource) |
Allocate for statement. More... | |
IR for KSExpressionStatement class.
struct KSExpressionStatement* KSAllocateExpressionStatement | ( | struct KSExpression * | exp, |
struct KELineInfo * | linfo, | ||
struct CNResource * | resource | ||
) |
Allocate for statement.
exp | expression |
linfo | Line information |
resource | Resource to allocate the object |