Kiwi Script
KiwiScript Interpreter
|
IR for primitive type. More...
#include <KiwiEngine/KiwiEngine.h>
Go to the source code of this file.
Functions | |
void | KSSetupPrimitiveTypes (struct CNResource *resource) |
Setup primitive types. | |
struct KEFrame * | KSAllocateBooleanClass (void) |
Get boolean type. More... | |
struct KEFrame * | KSAllocateSignedIntegerClass (void) |
Get signed integer type. More... | |
struct KEFrame * | KSAllocateUnsignedIntegerClass (void) |
Get unsigned integer type. More... | |
struct KEFrame * | KSAllocateFloatClass (void) |
Get float type. More... | |
struct KEFrame * | KSAllocateStringClass (void) |
Get string type. More... | |
IR for primitive type.
struct KEFrame* KSAllocateBooleanClass | ( | void | ) |
Get boolean type.
struct KEFrame* KSAllocateFloatClass | ( | void | ) |
Get float type.
struct KEFrame* KSAllocateSignedIntegerClass | ( | void | ) |
Get signed integer type.
struct KEFrame* KSAllocateStringClass | ( | void | ) |
Get string type.
struct KEFrame* KSAllocateUnsignedIntegerClass | ( | void | ) |
Get unsigned integer type.