Historie revizí

Autor SHA1 Zpráva Datum
  mingodad d193ea26f1 Other ongoing modules to squirrel před 13 roky
  mingodad c7768b16a7 An ongoing port of my Lua application server using mongoose httpd to squirrel před 13 roky
  mingodad d741b7b403 Add some extensions to squirrel před 13 roky
  mingodad f4d4659a3d Added Codeblocks project for library and executable před 13 roky
  mingodad 13e20e7999 Add define to compile with NO_EXCEPTION_KEY_NOT_FOUND před 13 roky
  mingodad 020c5a401f Added "%q" from Lua 5.2.1 to format. před 13 roky
  mingodad b47560d93d Modified version, author, copyright adding me před 13 roky
  mingodad 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. před 13 roky
  mingodad 585a4be4de Expose getdelegate for string,array, class, numbers před 13 roky
  mingodad a7a6ba69e5 Added new array function "concat" similar to Lua table.concat this makes squirrel dependent on sqstdlib because it uses SQBlob. před 13 roky
  mingodad 8954705b85 Added new function "str_from_chars" with the same functionality of Lua string.chars. před 13 roky
  mingodad b6c3870b09 Added two functions to help debug scripts getstacktop, get_last_error před 13 roky
  mingodad e0e098e406 Changed the print function to behave like the Lua print, accepting multiple parameters, printing then tab separated and adding a new line, the original print is now called "print1" because it only prints one element. před 13 roky
  mingodad 173b7280f7 Add the possibility to specify the numeric base of the string to be converted to integer, so now we can convert strings from base 2 to 36. před 13 roky
  mingodad 46a2b2c9c3 Added some new api functions and macros to easy writing native extensions. před 13 roky
  mingodad 1e5275be20 Added a new pattern like the lua "%bxy" but here it is "\mxy" where x and y are two distinct characters; such item matches strings that start with x, end with y, and where the x and y are balanced. This means that, if one reads the string from left to right, counting +1 for an x and -1 for a y, the ending y is the first y where the count reaches 0. For instance, the item \m() matches expressions with balanced parentheses. před 13 roky
  mingodad fae9b56595 Refactored SQBlob to allow specify size and allocated separately. před 13 roky
  mingodad b4cf950f47 Refactored the parsing of json tables to allow unquoted keys. před 13 roky
  mingodad c461d9bd71 Refactored the some compiler functions splitting then to use that functionality alone. před 13 roky
  mingodad 63c28432f2 Add keyword "var" as an alias to "local" when declaring local variables. před 13 roky
  mingodad cf8faa108a Changed sq_throwerror to work like printf. před 13 roky
  mingodad 051a3e2de6 Only refactored declaration and assignment together, no functionality change. před 13 roky
  mingodad 2d343adbb6 Added conditional preprocessor NO_EXCEPTION_KEY_NOT_FOUND to sqvm.cpp to enable/disable throwing exceptions when a key is not found on tables. před 13 roky
  mingodad 872247a3d5 Commented out unused variables on sq.c před 13 roky
  mingodad 529270ee38 Add a clean target to main Makefile před 13 roky
  mingodad 09cfbe61ca Start git repository for squilu, squirrel language enhanced with lua goods. před 13 roky