Kiwi Script
KiwiScript Interpreter
|
IR for KSWhileStatement class. More...
Go to the source code of this file.
Data Structures | |
struct | KSWhileStatement |
Functions | |
struct KSWhileStatement * | KSAllocateWhileStatement (struct KSExpression *condexp, struct KSCompoundStatement *bodystmt, struct KELineInfo *linfo, struct CNResource *resource) |
Allocate do-while statement. More... | |
IR for KSWhileStatement class.
struct KSWhileStatement* KSAllocateWhileStatement | ( | struct KSExpression * | condexp, |
struct KSCompoundStatement * | bodystmt, | ||
struct KELineInfo * | linfo, | ||
struct CNResource * | resource | ||
) |
Allocate do-while statement.
condexp | Condition expression |
bodystmt | Body statement |
linfo | Line information |
resource | Resource to allocate the object |