mingo
|
2cedac4882
Added win32 specific code detection and some fixes.
|
před 13 roky |
mingodad
|
f4b7786eab
Now const/enums have local scope. Also checking for double global declarations on the same compilation unit.
|
před 13 roky |
mingodad
|
57f380a2df
Changes to make class static field members be read/write.
|
před 13 roky |
mingodad
|
912d5d8c06
Moved some functions from sqlite3 namespace to global.
|
před 13 roky |
mingodad
|
5ffcf2d4d8
Hopefully fixed the bug that do not allow functions declared as local to be called recursively.
|
před 13 roky |
mingodad
|
18043ecb7a
Refactored default parameters using array/table because it's bug and was considered an error till a good solution is implemented.
|
před 13 roky |
mingodad
|
f068523101
Fixed the case of native closures that have _name = null.
|
před 13 roky |
mingodad
|
ac91d1d2b8
Refactored constructor to work without array as default parameter.
|
před 13 roky |
mingodad
|
8da77811d0
Add a space between the commented array index and the array value.
|
před 13 roky |
mingodad
|
7040f21776
Improved the comments for opcodes on the generated script code.
|
před 13 roky |
mingodad
|
f090599ab7
A bit more info is shown now when compiling with "-s" (write bytecode as script)
|
před 13 roky |
mingodad
|
edb1998526
Moved some defines used in sqstdstring.cpp to squirrel.h
|
před 13 roky |
mingodad
|
d04f15c243
Refactored some enums to remove code duplication.
|
před 13 roky |
mingodad
|
8820a82880
Fix a mistake of by interpreting _OP_LOADFLOAT been always valid for SQFloat.
|
před 13 roky |
mingodad
|
c0dcabf148
Changed double equality test by on bitwise test to check type OT_FLOAT|OT_INTEGER
|
před 13 roky |
mingodad
|
cd2fc8a5e2
Created an start point to a java interface.
|
před 13 roky |
mingodad
|
1ef99c5b5e
Deleted unused define
|
před 13 roky |
mingodad
|
a2d1a995fa
Refactored a bit Lexer with the idea to expose it for SquiLu scripts.
|
před 13 roky |
mingodad
|
55895037af
Added postgresql module to the editor sample.
|
před 13 roky |
mingodad
|
9f02a2c92b
Start adding prepared statement.
|
před 13 roky |
mingodad
|
093d9e6ea2
Revert this attempt to fix local function declaration recursion bug.
|
před 13 roky |
mingodad
|
83e7d95b2a
Initial postgresql module.
|
před 13 roky |
mingodad
|
1d8c48f14b
Fixed the parameter count for some methods.
|
před 13 roky |
mingodad
|
d19915c3b5
Enhance code generated and fix mistakes.
|
před 13 roky |
mingodad
|
108b253d0a
Change blob validation mask and _get method to allow call for default delegate.
|
před 13 roky |
mingodad
|
409fe0966a
Added new api to write bytecode as SquiLu code to make it easier to understand bytecode generation.
|
před 13 roky |
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.
|
před 13 roky |
mingodad
|
3f22b2fd76
Added two samples to show some bug/strange behavior in the implementation of the language.
|
před 13 roky |
mingodad
|
75b03f6d50
Added global function "getdefaultdelegate" and fix all other "getdelegate" exposed in SquiLu.
|
před 13 roky |
mingodad
|
b7c8cb5c8a
Added constants and default_delegates.
|
před 13 roky |