mingodad
|
ec80fd2966
Update sample
|
9 years ago |
mingodad
|
d582ae2d6e
Add tcp_nodelay and keep-alive timeout from civetweb
|
9 years ago |
mingodad
|
011078e79b
Add a script to profile squilu code.
|
9 years ago |
mingodad
|
de8643bc87
Now SquiLu parse and store function parameters type and return type following the typescript parameter definition style.
|
9 years ago |
mingodad
|
a39c446438
comment out sqext_register_Sq_Fpdf(v) to compile with -f=no-exceptions
|
9 years ago |
mingodad
|
bf56114103
Initialize a declared variable.
|
9 years ago |
mingodad
|
7774a0f221
Entirely comment out an unused function
|
9 years ago |
mingodad
|
74d8bad05e
Add parentesis to make clear the evaluation order
|
9 years ago |
mingodad
|
7931de0ac8
Fix file already exists
|
9 years ago |
mingodad
|
e06f2b45a2
Changes to compile on IOS
|
9 years ago |
mingodad
|
af887c8069
Update sqlite3
|
9 years ago |
mingodad
|
1b445be88f
Fix improper handling of negative values introduced by transfering code from squirrel
|
10 years ago |
mingodad
|
10d0334739
Fixes for sq_slave_vm been able to report erros, also the lexer now ignore unicode escape "\u" instead of give an error.
|
10 years ago |
mingodad
|
66c9fbec7a
Update sqlite3
|
10 years ago |
mingodad
|
235263d5e4
Fix memory leaks.
|
10 years ago |
mingodad
|
3519f22f14
Update codeblocks project file.
|
10 years ago |
mingodad
|
12c181bdc4
Add some fixes from squirrel.
|
10 years ago |
mingodad
|
5e38207b7f
Fix typo.
|
10 years ago |
mingodad
|
ec1914f248
Add/update several script examples.
|
10 years ago |
mingodad
|
278aa69466
Now it's in a working condition, add a sample to show how to use it.
|
10 years ago |
mingodad
|
90b51aae80
Add a macro to add the dynamic library extension depending on the OS.
|
10 years ago |
mingodad
|
d6959a1863
Start of a libclang extension.
|
10 years ago |
mingodad
|
c88486609b
Rename a variable
|
10 years ago |
mingodad
|
9c84674630
Add fixes from squrrel
|
10 years ago |
mingodad
|
d626a01129
Some fixes from squirrel 3.1 and convert to only LF.
|
10 years ago |
mingodad
|
06f456a0d4
Add "let" and "auto" as alias to "local", now squilu accepts "local", "var", "let", "auto", "int_t", "uint_t", "int8_t", "uint8_t", ...
|
10 years ago |
mingodad
|
8b34572c8c
Some hand made makefiles to compile squilu to no linux platforms.
|
10 years ago |
mingodad
|
9d254896db
Small squilu script showing how create function definitions to dynamic loaded extensions.
|
10 years ago |
mingodad
|
17acde918a
Change uint64_t by size_t in sendfile, but because of mix of LF/CRLF now it's all LF only.
|
10 years ago |
mingodad
|
f01d6d7f6e
Update sqlite3
|
10 years ago |