mingodad
|
b0de9fb2a6
Changed the prototype of SquiLu extension functions from "SQInteger (*SQFUNCTION)(HSQUIRRELVM)" to "SQRESULT (*SQFUNCTION)(HSQUIRRELVM)" and update all functions to use SQRESULT for consistency.
|
преди 13 години |
mingodad
|
409fe0966a
Added new api to write bytecode as SquiLu code to make it easier to understand bytecode generation.
|
преди 13 години |
mingodad
|
bbfc08bc82
Changed the tag from a number to a static string to make it possible to enumerate using then new function "gettypetag".
|
преди 13 години |
mingodad
|
41fad022ef
Make visible implementations of with the same functionality of "loadfile,dofile,writeclosuretofile" but working on strings "dostring,loadstring,dumpclosure"
|
преди 13 години |
mingodad
|
c1b1c82cec
Fixed a mistake on returning SQ_OK insteaqd of SQ_ERROR.
|
преди 13 години |
mingodad
|
1829e76e0f
Add a vector to SharedState where to store release hooks to be called when is safe to work with the vm, right now I'm calling it after calls to closures and whe finalizing the vm.
|
преди 13 години |
mingodad
|
fae9b56595
Refactored SQBlob to allow specify size and allocated separately.
|
преди 13 години |
mingodad
|
09cfbe61ca
Start git repository for squilu, squirrel language enhanced with lua goods.
|
преди 13 години |