mingodad 8daffa5070 Fix default compilation to build without libstdc++ dependency 7 年之前
..
Makefile a6fbe44064 Fix make files to work with extra parameters 7 年之前
lua-regex.c ba1b6af267 More fixes found by porting Lua tests 8 年之前
lua-regex.h 19542c3db7 Add lua_regexp, lua_find, lua_gsub to sq_sqlite3, update lua-regex 9 年之前
sq_lexer.cpp 9daea8a4ec Add a field to Lex to store the readcount 8 年之前
sqapi.cpp 9f8b951d6d Add preproccessor directives #ifdef, #else, #endif, #define and #undef they are parsed at the same time as the script, I mean it's not a two pass scan/parse, the named proproccessor variables are not accessible to scripts. 8 年之前
sqarray.h 4fd1aa7589 Add more general functions to sqbaselib 8 年之前
sqbaselib.cpp 95d5c02a69 Add a string method to read unsigned shorts form it. 8 年之前
sqclass.cpp 7a4868caa2 Use sq_type instead of the duplicated sqtype as it's done in squirrel 8 年之前
sqclass.h 7a4868caa2 Use sq_type instead of the duplicated sqtype as it's done in squirrel 8 年之前
sqclosure.h 9e59f59439 Another refactoring to use initialization lists in constructors 8 年之前
sqcompiler.cpp 69ab368819 Fix compiler bugs found using zzuf tool, also now accepts C++ namespace syntax "::" as an alias to ".", added the samples that crashed the compiler. 8 年之前
sqcompiler.h 280aeba8c9 The compiler now accept integer literal suffixes "uUsSlL" but still all of then are stored as SQInteger. 8 年之前
sqdebug.cpp 7a4868caa2 Use sq_type instead of the duplicated sqtype as it's done in squirrel 8 年之前
sqfuncproto.h 6b1d7ec41a Use of initialisation lists in constructors 8 年之前
sqfuncstate.cpp a2333d71ef Added type info to the comments in the squilu bytecode generation option 8 年之前
sqfuncstate.h a2333d71ef Added type info to the comments in the squilu bytecode generation option 8 年之前
sqlexer.cpp 80fcef9d5f Add lua code to manage literal integers that overflow, when it happens parse then as float/double. 7 年之前
sqlexer.h 9daea8a4ec Add a field to Lex to store the readcount 8 年之前
sqmem.cpp 8daffa5070 Fix default compilation to build without libstdc++ dependency 7 年之前
sqobject.cpp baf276e6ce Fix compiler warnings. 7 年之前
sqobject.h 8daffa5070 Fix default compilation to build without libstdc++ dependency 7 年之前
sqopcodes.h 6b1d7ec41a Use of initialisation lists in constructors 8 年之前
sqpcheader.h 728ad788a8 Update with squirrel, spaces/tabs changed 9 年之前
sqstate.cpp 9f8b951d6d Add preproccessor directives #ifdef, #else, #endif, #define and #undef they are parsed at the same time as the script, I mean it's not a two pass scan/parse, the named proproccessor variables are not accessible to scripts. 8 年之前
sqstate.h 9f8b951d6d Add preproccessor directives #ifdef, #else, #endif, #define and #undef they are parsed at the same time as the script, I mean it's not a two pass scan/parse, the named proproccessor variables are not accessible to scripts. 8 年之前
sqstring.h e7576d68f8 Update string hash function to match lua 5.3.4, problem reported by masakuta at https://github.com/albertodemichelis/squirrel/issues/83 8 年之前
sqtable.cpp 7a4868caa2 Use sq_type instead of the duplicated sqtype as it's done in squirrel 8 年之前
sqtable.h 7a4868caa2 Use sq_type instead of the duplicated sqtype as it's done in squirrel 8 年之前
squirrel.dsp 1e011789d3 Reorganize repository tree. 13 年之前
squserdata.h 6b1d7ec41a Use of initialisation lists in constructors 8 年之前
squtils.h 728ad788a8 Update with squirrel, spaces/tabs changed 9 年之前
sqvm.cpp baf276e6ce Fix compiler warnings. 7 年之前
sqvm.h 9f8b951d6d Add preproccessor directives #ifdef, #else, #endif, #define and #undef they are parsed at the same time as the script, I mean it's not a two pass scan/parse, the named proproccessor variables are not accessible to scripts. 8 年之前
sublatin.c 16b1f1c276 Add new function nstrLenSubSetLatinUtf8 that measure the sublatin length on a section of a string 9 年之前
sublatin.h 16b1f1c276 Add new function nstrLenSubSetLatinUtf8 that measure the sublatin length on a section of a string 9 年之前