mingodad f956bca7ab Add new functions to sqapi 9 years ago
..
Makefile 1e011789d3 Reorganize repository tree. 13 years ago
lua-regex.c 19542c3db7 Add lua_regexp, lua_find, lua_gsub to sq_sqlite3, update lua-regex 9 years ago
lua-regex.h 19542c3db7 Add lua_regexp, lua_find, lua_gsub to sq_sqlite3, update lua-regex 9 years ago
sq_lexer.cpp 4901b63c83 Add a SQLexer::LookaheadLex method to facilitate compile/run more C/C++ code 9 years ago
sqapi.cpp f956bca7ab Add new functions to sqapi 9 years ago
sqarray.h 8c988eac33 Add new method to array "minsize" to resize an array only if needed. 9 years ago
sqbaselib.cpp 8c988eac33 Add new method to array "minsize" to resize an array only if needed. 9 years ago
sqclass.cpp 728ad788a8 Update with squirrel, spaces/tabs changed 9 years ago
sqclass.h 9096e0e040 Make delayed release hooks optional 9 years ago
sqclosure.h 728ad788a8 Update with squirrel, spaces/tabs changed 9 years ago
sqcompiler.cpp b61525390d Fix a bug in the compiler "include" code where doing a Lex() before the include file could trigger a search for a symbol defined on the include file and because of that be attached to a global search at runtime. 9 years ago
sqcompiler.h eb1c8e4414 Added the global rawcall that was implemented on squirrel 9 years ago
sqdebug.cpp 79a009d408 Several fixes from squirrel 9 years ago
sqfuncproto.h 45512ad52d Simplification of the "goto" implementation, it's usable with care, goto/jump crossing declaration/initialization need to show an error message, still need work. 9 years ago
sqfuncstate.cpp 45512ad52d Simplification of the "goto" implementation, it's usable with care, goto/jump crossing declaration/initialization need to show an error message, still need work. 9 years ago
sqfuncstate.h 45512ad52d Simplification of the "goto" implementation, it's usable with care, goto/jump crossing declaration/initialization need to show an error message, still need work. 9 years ago
sqlexer.cpp 04f05803b0 Fix lexer when using lookahead on a source code with an identifier at the end without a semicolon 9 years ago
sqlexer.h 4901b63c83 Add a SQLexer::LookaheadLex method to facilitate compile/run more C/C++ code 9 years ago
sqmem.cpp 728ad788a8 Update with squirrel, spaces/tabs changed 9 years ago
sqobject.cpp 31eee5abdc Add operator overload [] for SQObjctPtr to be used by C++ 9 years ago
sqobject.h 31eee5abdc Add operator overload [] for SQObjctPtr to be used by C++ 9 years ago
sqopcodes.h 7fa8db67b8 Add _OP_NOP to try solve the goto _POP_TRAP and RESOLVE_OUTERS, still need work on it 9 years ago
sqpcheader.h 728ad788a8 Update with squirrel, spaces/tabs changed 9 years ago
sqstate.cpp 728ad788a8 Update with squirrel, spaces/tabs changed 9 years ago
sqstate.h 728ad788a8 Update with squirrel, spaces/tabs changed 9 years ago
sqstring.h 1e011789d3 Reorganize repository tree. 13 years ago
sqtable.cpp b81bacce84 Code refactoring and expose the SquiLu lexer to scripts see samples/test-sqlexer.nut 9 years ago
sqtable.h 0a4e4f1df2 Added some improvements from Squirrel 3.1 beta, small fix on gumbo and updated to latest sqlite3. 12 years ago
squirrel.dsp 1e011789d3 Reorganize repository tree. 13 years ago
squserdata.h 728ad788a8 Update with squirrel, spaces/tabs changed 9 years ago
squtils.h 728ad788a8 Update with squirrel, spaces/tabs changed 9 years ago
sqvm.cpp 255396da3a Attempt to fix releasing resources when closing a vm. 9 years ago
sqvm.h 255396da3a Attempt to fix releasing resources when closing a vm. 9 years ago
sublatin.c 16b1f1c276 Add new function nstrLenSubSetLatinUtf8 that measure the sublatin length on a section of a string 9 years ago
sublatin.h 16b1f1c276 Add new function nstrLenSubSetLatinUtf8 that measure the sublatin length on a section of a string 9 years ago