Commit History

Author SHA1 Message Date
  mingodad dbc3b5d130 Also when a statement folloes an "else if" and has no newline or semicolon presents the same problem reported from previous commit. 13 years ago
  mingodad b5a916d4d6 Initial fix to a false sysntax error detected by the compiler. 13 years ago
  mingodad 51ce0006b4 Changed the default delimiters from "{%" and "%}" to "<?" and "?>" for html the syntax highlight for php gives good results and also is easier to see the code. 13 years ago
  mingodad ff5e1be50e Remove check for instances on non class functions 13 years ago
  mingodad da76630d43 Add 2 new functions to help debug, they only parse the template. 13 years ago
  mingodad 64bd6352d7 Added a comment on code of "SQSharedState::CallDelayedReleaseHooks" explaining why we need to retrieve the number the elements before start working on then. 13 years ago
  mingodad 58be98b98b Added "NULL" as an alias to "null". 13 years ago
  mingodad 8c2ae4887e Fixed a mistake of referencing the container in the wrong position in the stack on functions container_rawget and container_get 13 years ago
  mingodad 3879873511 Changed the return value of find_aux to be the start position instead of the end position. 13 years ago
  mingodad 0230b3f509 Add two new functions to SQBlob, fixed mistake of comparing _pos with _allocated instead of with _size. 13 years ago
  mingodad 803ba8449a Add new function to retrieve the database from a statement. 13 years ago
  mingodad 2b3881c277 Added 2 new functions to string "startswith" and "endswith", also changed find lua to accept only the pattern matching to make it easy to use when we only need to know if the match exists. 13 years ago
  mingodad 598d021ec0 Fix a bug on str_find_aux that causes infinite loop. 13 years ago
  mingodad 5180d77d88 Added digest authentication methods. Fixed other validation masks as well. 13 years ago
  mingodad 2fe77bf4a5 Modified validation mask for methods allowing nulls to get default values 13 years ago
  mingodad 509f103ec6 Space removed. 13 years ago
  mingodad ba1e819959 Added more modules when building with WITH_DAD_EXTRAS defined 13 years ago
  mingodad 93d4a61d4f Finally something that works. 13 years ago
  mingodad 018f9e782a Several changes adding a more detailed error checking and some minor fixes. 13 years ago
  mingodad 9d38051739 Added type types declaration to the lexer and compiler, for now when declaring the following: 13 years ago
  mingodad 0547c744eb Added more aliases for "local" to make it easy to migrate code to C/C++: 13 years ago
  mingodad eedf7cebe5 Some samples used to test 13 years ago
  mingodad 9ba590c496 Add a module to allow creation of slave vms from scripts see samples test-slave-vm.nut 13 years ago
  mingodad e0fc748a1b I did a mistake declaring some temporary buffer variables as static. 13 years ago
  mingodad 1eeb5fb552 Add initialization on some variable declarations 13 years ago
  mingodad 3976563dc3 Add sqratimport to SquiLu, made some changes on it, like marking as static non public functions and variables, releasing acquired reference on function sqrat_import. 13 years ago
  mingodad ded4631ac8 Add new function to string delegate find_close_quote will find a single quote on a string starting at the given start point default to 0, any adjacent double quotes are skipped. 13 years ago
  mingodad 86e5ffcfae More progress on this port from the lua one. 13 years ago
  mingodad 47626cab1f Fixed the return value of str_find to return -1 when not found, before it was returning 0. 13 years ago
  mingodad ec90a6c201 Added new function to strings replace that do not use regular expressions. 13 years ago