Kiwi Script
KiwiScript Interpreter
|
IR for KSVariable class. More...
Go to the source code of this file.
Data Structures | |
struct | KSVariable |
Functions | |
struct KSVariable * | KSAllocateVariable (const struct CNFixedString *ident, struct KELineInfo *linfo, struct CNResource *resource) |
Allocate vairiable. More... | |
IR for KSVariable class.
struct KSVariable* KSAllocateVariable | ( | const struct CNFixedString * | ident, |
struct KELineInfo * | linfo, | ||
struct CNResource * | resource | ||
) |
Allocate vairiable.
ident | Identifier of the variable |
linfo | Line information |
resource | Resource to allocate the object |