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