The Witchcraft Compiler Collection
WCC
 All Data Structures Files Functions Variables Typedefs Macros
Variables
wsh_functions.h File Reference

Go to the source code of this file.

Variables

char * default_options []
 
char * lua_default_functions []
 
char * lua_blacklist []
 
tuple_t exposed []
 
range_t ranges []
 
unsigned int global_xalloc = 0
 

Variable Documentation

char* default_options[]

Definition at line 6 of file wsh_functions.h.

tuple_t exposed[]

Definition at line 277 of file wsh_functions.h.

unsigned int global_xalloc = 0

Definition at line 352 of file wsh_functions.h.

char* lua_blacklist[]
Initial value:
= {
"and",
"break",
"do",
"else",
"elseif",
"end",
"false",
"for",
"function",
"if",
"in",
"local",
"nil",
"not",
"or",
"repeat",
"return",
"then",
"true",
"until",
"while"
}

Definition at line 253 of file wsh_functions.h.

char* lua_default_functions[]

Definition at line 89 of file wsh_functions.h.

range_t ranges[]
Initial value:
= {
{0x00000000, 0x100000000},
}

Definition at line 343 of file wsh_functions.h.