TLANG WRAPPER GENERATOR REFERENCE: END: End Of FILE NAME: the name of the c file and the tlang dict name INCLUDE_PATH: #include INCLUDE: #include "WHATEVERYOUTYPEAFTER INCLUDE: " FUNCTION: TLang Signature = C Signature (ex number tlangFunc(string,char,number,bool) = int tlangFunc(const char* c,char a,int32_t num,bool someBool)) NUMBER: VARIABLE_NAME 42.5 CHAR: VARIABLE_NAME j STRING: VARIABLE_NAME YOUR TEXT STRING\" supports C escaping (hince it is passed into C compiler) TRUE: SOME_CONSTANT_TRUE_VALUE FALSE: SOME_CONSTANT_FALSE_VALUE NULL: SOME_CONSTANT_NULL_VALUE