2 #ifndef __vox_names_hpp__
3 #define __vox_names_hpp__
6 #define NAMES_MAINFUNC "__main__"
7 #define NAMES_VARGV "vargv"
8 #define NAMES_ANONFUNC "<anonymous>"
9 #define NAMES_ANONFILE "<unknown>"
13 #define NAMES_TK_THISVAR "this"
14 #define NAMES_TK_CTOR "constructor"
17 #define GENERATOR_STATUS_SUSPENDED "suspended"
18 #define GENERATOR_STATUS_RUNNING "running"
19 #define GENERATOR_STATUS_DEAD "dead"
21 // types names and other yadda yadda
22 #define S_TYPE_NULL "null"
23 #define S_TYPE_STRING "string"
24 #define S_TYPE_INTEGER "integer"
25 #define S_TYPE_FLOAT "float"
26 #define S_TYPE_USERPOINTER "userpointer"
27 #define S_TYPE_TABLE "table"
28 #define S_TYPE_ARRAY "array"
29 #define S_TYPE_CLOSURE "closure"
30 #define S_TYPE_ARRAY "array"
31 #define S_TYPE_ARRAY "array"
32 #define S_TYPE_ARRAY "array"
35 #endif /* __vox_names_hpp__ */