mingodad 0682b72199 Add new parameter to sq_pushnewclass to indicate if we want the new class left on top of the stack and fixed the logic inside this function. 13 år sedan
..
Makefile 1142e5f27e Added the my port of Lua regex and expose to strings as two new functions "gsub","gmatch" with near same functionality of string.gsub and string.gmatch from Lua. 13 år sedan
lua-regex.c 1142e5f27e Added the my port of Lua regex and expose to strings as two new functions "gsub","gmatch" with near same functionality of string.gsub and string.gmatch from Lua. 13 år sedan
lua-regex.h 1142e5f27e Added the my port of Lua regex and expose to strings as two new functions "gsub","gmatch" with near same functionality of string.gsub and string.gmatch from Lua. 13 år sedan
sqapi.cpp 0682b72199 Add new parameter to sq_pushnewclass to indicate if we want the new class left on top of the stack and fixed the logic inside this function. 13 år sedan
sqarray.h 09cfbe61ca Start git repository for squilu, squirrel language enhanced with lua goods. 13 år sedan
sqbaselib.cpp 3f4c6ef785 Changed the functions added by me to gemetatable of str/class/number/array to use a call to sq_getdelegate. 13 år sedan
sqclass.cpp 09cfbe61ca Start git repository for squilu, squirrel language enhanced with lua goods. 13 år sedan
sqclass.h 09cfbe61ca Start git repository for squilu, squirrel language enhanced with lua goods. 13 år sedan
sqclosure.h 09cfbe61ca Start git repository for squilu, squirrel language enhanced with lua goods. 13 år sedan
sqcompiler.cpp 2b9d6070ba Add new token to lexer/compiler TK_IGNORE to ignore some keywords and make some C/C++ code be compiled, for the moment only "new" is ignored. 13 år sedan
sqcompiler.h 2b9d6070ba Add new token to lexer/compiler TK_IGNORE to ignore some keywords and make some C/C++ code be compiled, for the moment only "new" is ignored. 13 år sedan
sqdebug.cpp 09cfbe61ca Start git repository for squilu, squirrel language enhanced with lua goods. 13 år sedan
sqfuncproto.h c461d9bd71 Refactored the some compiler functions splitting then to use that functionality alone. 13 år sedan
sqfuncstate.cpp c461d9bd71 Refactored the some compiler functions splitting then to use that functionality alone. 13 år sedan
sqfuncstate.h c461d9bd71 Refactored the some compiler functions splitting then to use that functionality alone. 13 år sedan
sqlexer.cpp 2b9d6070ba Add new token to lexer/compiler TK_IGNORE to ignore some keywords and make some C/C++ code be compiled, for the moment only "new" is ignored. 13 år sedan
sqlexer.h 09cfbe61ca Start git repository for squilu, squirrel language enhanced with lua goods. 13 år sedan
sqmem.cpp 09cfbe61ca Start git repository for squilu, squirrel language enhanced with lua goods. 13 år sedan
sqobject.cpp 64a08183f1 Changes provided by Alberto to fix incorrect line numbers on stack dumps 13 år sedan
sqobject.h 051a3e2de6 Only refactored declaration and assignment together, no functionality change. 13 år sedan
sqopcodes.h 09cfbe61ca Start git repository for squilu, squirrel language enhanced with lua goods. 13 år sedan
sqpcheader.h 09cfbe61ca Start git repository for squilu, squirrel language enhanced with lua goods. 13 år sedan
sqstate.cpp c34368131f Split the functionality in SQStringTable::Add with the intention of allocate SQStrings structures to work as buffers and add then without multiple copies. 13 år sedan
sqstate.h c34368131f Split the functionality in SQStringTable::Add with the intention of allocate SQStrings structures to work as buffers and add then without multiple copies. 13 år sedan
sqstring.h 09cfbe61ca Start git repository for squilu, squirrel language enhanced with lua goods. 13 år sedan
sqtable.cpp 09cfbe61ca Start git repository for squilu, squirrel language enhanced with lua goods. 13 år sedan
sqtable.h 09cfbe61ca Start git repository for squilu, squirrel language enhanced with lua goods. 13 år sedan
squirrel.dsp 09cfbe61ca Start git repository for squilu, squirrel language enhanced with lua goods. 13 år sedan
squserdata.h 09cfbe61ca Start git repository for squilu, squirrel language enhanced with lua goods. 13 år sedan
squtils.h 09cfbe61ca Start git repository for squilu, squirrel language enhanced with lua goods. 13 år sedan
sqvm.cpp f7be9c0f1c Add new api functions: 13 år sedan
sqvm.h f7be9c0f1c Add new api functions: 13 år sedan