mingodad 3eaf8b9cc7 Added Lua like string literal delimiters, nested is not implemented há 13 anos atrás
..
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. há 13 anos atrás
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. há 13 anos atrás
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. há 13 anos atrás
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. há 13 anos atrás
sqarray.h 09cfbe61ca Start git repository for squilu, squirrel language enhanced with lua goods. há 13 anos atrás
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. há 13 anos atrás
sqclass.cpp 09cfbe61ca Start git repository for squilu, squirrel language enhanced with lua goods. há 13 anos atrás
sqclass.h 09cfbe61ca Start git repository for squilu, squirrel language enhanced with lua goods. há 13 anos atrás
sqclosure.h 09cfbe61ca Start git repository for squilu, squirrel language enhanced with lua goods. há 13 anos atrás
sqcompiler.cpp e9da3f5611 First try to fix bug in compiler that accepts identifiers alone silently. há 13 anos atrás
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. há 13 anos atrás
sqdebug.cpp 09cfbe61ca Start git repository for squilu, squirrel language enhanced with lua goods. há 13 anos atrás
sqfuncproto.h c461d9bd71 Refactored the some compiler functions splitting then to use that functionality alone. há 13 anos atrás
sqfuncstate.cpp c461d9bd71 Refactored the some compiler functions splitting then to use that functionality alone. há 13 anos atrás
sqfuncstate.h c461d9bd71 Refactored the some compiler functions splitting then to use that functionality alone. há 13 anos atrás
sqlexer.cpp 3eaf8b9cc7 Added Lua like string literal delimiters, nested is not implemented há 13 anos atrás
sqlexer.h 09cfbe61ca Start git repository for squilu, squirrel language enhanced with lua goods. há 13 anos atrás
sqmem.cpp 09cfbe61ca Start git repository for squilu, squirrel language enhanced with lua goods. há 13 anos atrás
sqobject.cpp 64a08183f1 Changes provided by Alberto to fix incorrect line numbers on stack dumps há 13 anos atrás
sqobject.h 051a3e2de6 Only refactored declaration and assignment together, no functionality change. há 13 anos atrás
sqopcodes.h 09cfbe61ca Start git repository for squilu, squirrel language enhanced with lua goods. há 13 anos atrás
sqpcheader.h 09cfbe61ca Start git repository for squilu, squirrel language enhanced with lua goods. há 13 anos atrás
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. há 13 anos atrás
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. há 13 anos atrás
sqstring.h 09cfbe61ca Start git repository for squilu, squirrel language enhanced with lua goods. há 13 anos atrás
sqtable.cpp 09cfbe61ca Start git repository for squilu, squirrel language enhanced with lua goods. há 13 anos atrás
sqtable.h 09cfbe61ca Start git repository for squilu, squirrel language enhanced with lua goods. há 13 anos atrás
squirrel.dsp 09cfbe61ca Start git repository for squilu, squirrel language enhanced with lua goods. há 13 anos atrás
squserdata.h 09cfbe61ca Start git repository for squilu, squirrel language enhanced with lua goods. há 13 anos atrás
squtils.h 09cfbe61ca Start git repository for squilu, squirrel language enhanced with lua goods. há 13 anos atrás
sqvm.cpp f7be9c0f1c Add new api functions: há 13 anos atrás
sqvm.h f7be9c0f1c Add new api functions: há 13 anos atrás