mingodad
|
dbc3b5d130
Also when a statement folloes an "else if" and has no newline or semicolon presents the same problem reported from previous commit.
|
il y a 13 ans |
mingodad
|
b5a916d4d6
Initial fix to a false sysntax error detected by the compiler.
|
il y a 13 ans |
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.
|
il y a 13 ans |
mingodad
|
ff5e1be50e
Remove check for instances on non class functions
|
il y a 13 ans |
mingodad
|
da76630d43
Add 2 new functions to help debug, they only parse the template.
|
il y a 13 ans |
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.
|
il y a 13 ans |
mingodad
|
58be98b98b
Added "NULL" as an alias to "null".
|
il y a 13 ans |
mingodad
|
8c2ae4887e
Fixed a mistake of referencing the container in the wrong position in the stack on functions container_rawget and container_get
|
il y a 13 ans |
mingodad
|
3879873511
Changed the return value of find_aux to be the start position instead of the end position.
|
il y a 13 ans |
mingodad
|
0230b3f509
Add two new functions to SQBlob, fixed mistake of comparing _pos with _allocated instead of with _size.
|
il y a 13 ans |
mingodad
|
803ba8449a
Add new function to retrieve the database from a statement.
|
il y a 13 ans |
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.
|
il y a 13 ans |
mingodad
|
598d021ec0
Fix a bug on str_find_aux that causes infinite loop.
|
il y a 13 ans |
mingodad
|
5180d77d88
Added digest authentication methods. Fixed other validation masks as well.
|
il y a 13 ans |
mingodad
|
2fe77bf4a5
Modified validation mask for methods allowing nulls to get default values
|
il y a 13 ans |
mingodad
|
509f103ec6
Space removed.
|
il y a 13 ans |
mingodad
|
ba1e819959
Added more modules when building with WITH_DAD_EXTRAS defined
|
il y a 13 ans |
mingodad
|
93d4a61d4f
Finally something that works.
|
il y a 13 ans |
mingodad
|
018f9e782a
Several changes adding a more detailed error checking and some minor fixes.
|
il y a 13 ans |
mingodad
|
9d38051739
Added type types declaration to the lexer and compiler, for now when declaring the following:
|
il y a 13 ans |
mingodad
|
0547c744eb
Added more aliases for "local" to make it easy to migrate code to C/C++:
|
il y a 13 ans |
mingodad
|
eedf7cebe5
Some samples used to test
|
il y a 13 ans |
mingodad
|
9ba590c496
Add a module to allow creation of slave vms from scripts see samples test-slave-vm.nut
|
il y a 13 ans |
mingodad
|
e0fc748a1b
I did a mistake declaring some temporary buffer variables as static.
|
il y a 13 ans |
mingodad
|
1eeb5fb552
Add initialization on some variable declarations
|
il y a 13 ans |
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.
|
il y a 13 ans |
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.
|
il y a 13 ans |
mingodad
|
86e5ffcfae
More progress on this port from the lua one.
|
il y a 13 ans |
mingodad
|
47626cab1f
Fixed the return value of str_find to return -1 when not found, before it was returning 0.
|
il y a 13 ans |
mingodad
|
ec90a6c201
Added new function to strings replace that do not use regular expressions.
|
il y a 13 ans |