2
0
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 жил өмнө