Kiwi Script
KiwiScript Interpreter
|
IR for KSDoWhileStatement class. More...
Go to the source code of this file.
Data Structures | |
struct | KSDoWhileStatement |
Functions | |
struct KSDoWhileStatement * | KSAllocateDoWhileStatement (struct KSExpression *condexp, struct KSCompoundStatement *bodystmt, struct KELineInfo *linfo, struct CNResource *resource) |
Allocate do-while statement. More... | |
IR for KSDoWhileStatement class.
struct KSDoWhileStatement* KSAllocateDoWhileStatement | ( | 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 |