Kiwi Script
KiwiScript Interpreter
 All Data Structures Files Functions Variables Typedefs Enumerations Macros
KSIdentifiers.h
Go to the documentation of this file.
1 
8 #ifndef KSIDENTIFIERS_H
9 #define KSIDENTIFIERS_H
10 
11 #include <KiwiEngine/KiwiEngine.h>
12 
16 void
17 KSSetupIdentifiers(void) ;
18 
23 const struct CNFixedString *
24 KSSelfIdentifier(void) ;
25 
30 const struct CNFixedString *
31 KSSuperIdentifier(void) ;
32 
33 #endif /* KSIDENTIFIERS_H */
34 
struct CNFixedString * KSSuperIdentifier(void)
Get &quot;super&quot; identifier.
struct CNFixedString * KSSelfIdentifier(void)
Get &quot;set&quot; identifier.
void KSSetupIdentifiers(void)
Setup constant strings as an identifier of the keyword in KiwiScript.