mingodad e5bebadb45 Forgot to discard a newline if it follows the Lua literal delimiter. 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 e5bebadb45 Forgot to discard a newline if it follows the Lua literal delimiter. 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 년 전