mingodad
|
ca396d97e7
Merge branch 'master' of https://github.com/mingodad/squilu
|
10 months ago |
mingodad
|
e50cd4cce9
Added '\f' and '\v' to ignored spaces on lexer
|
10 months ago |
Domingo Alvarez Duarte
|
ef96bae1f0
Remove link to demo applications
|
3 years ago |
Domingo Alvarez Duarte
|
e1c14e1e9b
Change domain name of examples
|
3 years ago |
mingodad
|
ac499ee018
Update sqlite3
|
3 years ago |
mingodad
|
a6361f5717
Add new function "existsdir"
|
3 years ago |
mingodad
|
a8da5791c2
Apply some fixes from SQuirrel
|
3 years ago |
mingodad
|
0d1c96d67f
Flush stdout before output errors to give a better idea of at which point the error occurred
|
4 years ago |
mingodad
|
64ad892d08
Add the fix from https://github.com/albertodemichelis/squirrel/commit/23a0620658714b996d20da3d4dd1a0dcf9b0bd98
|
4 years ago |
mingodad
|
bd23c8e0f6
Merge this pull request https://github.com/albertodemichelis/squirrel/pull/175 from Squirrel made by https://github.com/baldale
|
4 years ago |
mingodad
|
8a9366d675
Update sqlite3
|
4 years ago |
mingodad
|
03df048c55
Fix for preprocessor conditional compilation inside class declarations
|
4 years ago |
mingodad
|
e9d6cd2e23
Fix conditional compilation inside class/table declarations
|
4 years ago |
mingodad
|
2972d252b2
Add some UTF-8 functionality to SQString
|
4 years ago |
mingodad
|
e3510cadf9
Update sqlite3
|
4 years ago |
mingodad
|
c83fd49323
Remove useless for loops
|
4 years ago |
mingodad
|
10cc021e47
Fix detecting single utf character 'is too long'
|
4 years ago |
mingodad
|
b34e9469fa
Fix handling of single utf characters specified through '\u0000'
|
4 years ago |
mingodad
|
750e9dde54
Add utf8Len method to string, also removed an unused variable
|
4 years ago |
mingodad
|
fa46c306e9
Fix COMPARITH with bitwise inside class members
|
4 years ago |
mingodad
|
8f0a3beb53
Fix my last changes that was not updating the blob size
|
4 years ago |
mingodad
|
f733fa62c9
Update sqlite3
|
4 years ago |
mingodad
|
01ca8d89f3
Change warning message by a better one as suggested by Ralph Versteegen
|
4 years ago |
mingodad
|
85892308ef
Add a compiler warning when calling 'base' as a function inside a constructor
|
4 years ago |
mingodad
|
85c3013da7
Update sqlite3
|
4 years ago |
mingodad
|
3f86295af0
Add a "slice" method to blob
|
4 years ago |
mingodad
|
e9b6f0281b
Allow strings with type prefix when parsing (right now discarding it)
|
4 years ago |
mingodad
|
5184cdf758
Update sqlite3
|
4 years ago |
mingodad
|
494310761e
Allow parseing multi parameter template
|
4 years ago |
mingodad
|
4db028a987
Add missing 'operator delete' for cross compile for win32 win64
|
4 years ago |