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