mingodad 84473274a3 Accept "->" C/C++ pointer notation as an alias for ".". 13 лет назад
..
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 лет назад
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 лет назад
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 лет назад
sqapi.cpp b170a57626 Added new member to SQRegFunction a bool to indicate if the function should be registered as static. 13 лет назад
sqarray.h 09cfbe61ca Start git repository for squilu, squirrel language enhanced with lua goods. 13 лет назад
sqbaselib.cpp 3f4c6ef785 Changed the functions added by me to gemetatable of str/class/number/array to use a call to sq_getdelegate. 13 лет назад
sqclass.cpp 09cfbe61ca Start git repository for squilu, squirrel language enhanced with lua goods. 13 лет назад
sqclass.h 09cfbe61ca Start git repository for squilu, squirrel language enhanced with lua goods. 13 лет назад
sqclosure.h 09cfbe61ca Start git repository for squilu, squirrel language enhanced with lua goods. 13 лет назад
sqcompiler.cpp 343ca7e2f2 Corrected a bug introduced by refactoring the compiler function "Expect", using a token paramter instead of "_token" in the new "GetTokenObject". 13 лет назад
sqcompiler.h 63c28432f2 Add keyword "var" as an alias to "local" when declaring local variables. 13 лет назад
sqdebug.cpp 09cfbe61ca Start git repository for squilu, squirrel language enhanced with lua goods. 13 лет назад
sqfuncproto.h c461d9bd71 Refactored the some compiler functions splitting then to use that functionality alone. 13 лет назад
sqfuncstate.cpp c461d9bd71 Refactored the some compiler functions splitting then to use that functionality alone. 13 лет назад
sqfuncstate.h c461d9bd71 Refactored the some compiler functions splitting then to use that functionality alone. 13 лет назад
sqlexer.cpp 84473274a3 Accept "->" C/C++ pointer notation as an alias for ".". 13 лет назад
sqlexer.h 09cfbe61ca Start git repository for squilu, squirrel language enhanced with lua goods. 13 лет назад
sqmem.cpp 09cfbe61ca Start git repository for squilu, squirrel language enhanced with lua goods. 13 лет назад
sqobject.cpp 64a08183f1 Changes provided by Alberto to fix incorrect line numbers on stack dumps 13 лет назад
sqobject.h 051a3e2de6 Only refactored declaration and assignment together, no functionality change. 13 лет назад
sqopcodes.h 09cfbe61ca Start git repository for squilu, squirrel language enhanced with lua goods. 13 лет назад
sqpcheader.h 09cfbe61ca Start git repository for squilu, squirrel language enhanced with lua goods. 13 лет назад
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 лет назад
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 лет назад
sqstring.h 09cfbe61ca Start git repository for squilu, squirrel language enhanced with lua goods. 13 лет назад
sqtable.cpp 09cfbe61ca Start git repository for squilu, squirrel language enhanced with lua goods. 13 лет назад
sqtable.h 09cfbe61ca Start git repository for squilu, squirrel language enhanced with lua goods. 13 лет назад
squirrel.dsp 09cfbe61ca Start git repository for squilu, squirrel language enhanced with lua goods. 13 лет назад
squserdata.h 09cfbe61ca Start git repository for squilu, squirrel language enhanced with lua goods. 13 лет назад
squtils.h 09cfbe61ca Start git repository for squilu, squirrel language enhanced with lua goods. 13 лет назад
sqvm.cpp f7be9c0f1c Add new api functions: 13 лет назад
sqvm.h f7be9c0f1c Add new api functions: 13 лет назад