mingodad
|
093d9e6ea2
Revert this attempt to fix local function declaration recursion bug.
|
13 lat temu |
mingodad
|
83e7d95b2a
Initial postgresql module.
|
13 lat temu |
mingodad
|
1d8c48f14b
Fixed the parameter count for some methods.
|
13 lat temu |
mingodad
|
d19915c3b5
Enhance code generated and fix mistakes.
|
13 lat temu |
mingodad
|
108b253d0a
Change blob validation mask and _get method to allow call for default delegate.
|
13 lat temu |
mingodad
|
409fe0966a
Added new api to write bytecode as SquiLu code to make it easier to understand bytecode generation.
|
13 lat temu |
mingodad
|
e5aa50e70e
Added a check for array/table as default parameters and throw an error, this is because the actual implementation is reusing the same object on every call instead of creating a new one.
|
13 lat temu |
mingodad
|
3f22b2fd76
Added two samples to show some bug/strange behavior in the implementation of the language.
|
13 lat temu |
mingodad
|
75b03f6d50
Added global function "getdefaultdelegate" and fix all other "getdelegate" exposed in SquiLu.
|
13 lat temu |
mingodad
|
b7c8cb5c8a
Added constants and default_delegates.
|
13 lat temu |
mingodad
|
1e9288fda1
Modified this example to show only class methods defined on the actual class and use the new "gettypetag" script function to show the base class.
|
13 lat temu |
mingodad
|
5b8c20884f
Comment out the old SQSTD_STREAM_TYPE_TAG using number
|
13 lat temu |
mingodad
|
8f80ca9b1d
Added new function "gettypetag", and expose more delegates.
|
13 lat temu |
mingodad
|
bbfc08bc82
Changed the tag from a number to a static string to make it possible to enumerate using then new function "gettypetag".
|
13 lat temu |
mingodad
|
074fac4319
Some white spaces wiped.
|
13 lat temu |
mingodad
|
325272f49f
Small code cleanup.
|
13 lat temu |
mingodad
|
af6033c4bc
Update the codeblocks project to make squilu library.
|
13 lat temu |
mingodad
|
6fc4268fd6
Added initial code to allow make standalone squilu applications, create squilu executables with scripts attached to it.
|
13 lat temu |
mingodad
|
cb2fca1ed5
Remove not functional code.
|
13 lat temu |
mingodad
|
0f220b1b0f
Create a smaple that shows members of table/class.
|
13 lat temu |
mingodad
|
af1d241b6d
Changed the namespace "os" from class to table.
|
13 lat temu |
mingodad
|
1e0d5f1aad
Added more classes and methods to FLTK module.
|
13 lat temu |
mingodad
|
85f9a867e8
Added markdown library "discount"
|
13 lat temu |
mingodad
|
2c614375d1
Added a sample to test date and time funtions and also to be the base for calendars.
|
13 lat temu |
mingodad
|
c955267394
Added discount markup library and module.
|
13 lat temu |
mingodad
|
10051e8a67
Also make "time" expect zero based month.
|
13 lat temu |
mingodad
|
47a95c1d39
Replaced the Squirrel "time" function by the Lua "time" function, makes the date function return zero based results for "month,wday,yday".
|
13 lat temu |
mingodad
|
4bb28b62f4
Added a split function to string that uses a char as delimiter, the original split function that uses strtok was renamed to split_by_strtok.
|
13 lat temu |
mingodad
|
7bb529061c
File to test delivery calculation.
|
13 lat temu |
mingodad
|
4696817d4f
Added Fl_Browser* class
|
13 lat temu |