mingodad f5c2defb30 Fixed corner cases where like 'const char array[]= "string";' been interpreted as end of string, this implementation requires at least one '=' between brackets. 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 61e2976d78 Add new string function "find_lua" that uses the same code as in lua and has the same functionalities but uses a function to get the results. 13 年 前
lua-regex.h 61e2976d78 Add new string function "find_lua" that uses the same code as in lua and has the same functionalities but uses a function to get the results. 13 年 前
sqapi.cpp 77aea3f62e After added a new member to SQRegFunction that indicates if a method is static, forgot to commit the change on the new api function that uses it. 13 年 前
sqarray.h 09cfbe61ca Start git repository for squilu, squirrel language enhanced with lua goods. 13 年 前
sqbaselib.cpp 61e2976d78 Add new string function "find_lua" that uses the same code as in lua and has the same functionalities but uses a function to get the results. 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 e9da3f5611 First try to fix bug in compiler that accepts identifiers alone silently. 13 年 前
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 年 前
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 f5c2defb30 Fixed corner cases where like 'const char array[]= "string";' been interpreted as end of string, this implementation requires at least one '=' between brackets. 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 年 前