#include <kite_vm.h>
| Data Fields | |
| kite_thread_t * | thd | 
| char * | file | 
| int | verMajor | 
| int | verMinor | 
| int | verPatch | 
| int | currentLine | 
| int | currentCol | 
| kite_stack_t * | obj_created | 
| char * | curStr | 
Current thread.
Referenced by kite_vm_compile_from_fp(), and kite_vm_compile_from_string_without_obj().
| char* kite_compiler_t::file | 
Current file.
Referenced by kite_vm_compile_from_fp(), and kite_vm_compile_from_string_without_obj().
Minimum major version.
Minimum minor version.
Minimum patch version.
Current line number.
Referenced by kite_vm_compile_from_fp(), and kite_vm_compile_from_string_without_obj().
Current column number.
Currently created object.
Referenced by kite_vm_compile_from_fp(), and kite_vm_compile_from_string_without_obj().
| char* kite_compiler_t::curStr | 
Current string being read.
 1.5.6
 1.5.6