Kiwi Engine
VM for interpreter
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
Data Fields
KEToken Struct Reference

#include <KEToken.h>

Data Fields

union {
   CNBoolean   boolValue
 
   int64_t   intValue
 
   uint64_t   uIntValue
 
   double   floatValue
 
   struct CNList   dataListValue
 
   struct CNObjectList   objectListValue
 
   struct CNFixedString *   identifierValue
 
   struct CNString *   stringValue
 
   void *   pointerValue
 
}; 
 

Detailed Description

Token for the parset


The documentation for this struct was generated from the following file: