mingodad
|
3eaf8b9cc7
Added Lua like string literal delimiters, nested is not implemented
|
13 年 前 |
mingodad
|
e9da3f5611
First try to fix bug in compiler that accepts identifiers alone silently.
|
13 年 前 |
mingodad
|
61e2976d78
Add new string function "find_lua" that uses the same code as in lua and has the same functionalities but uses a function to get the results.
|
13 年 前 |
mingodad
|
77aea3f62e
After added a new member to SQRegFunction that indicates if a method is static, forgot to commit the change on the new api function that uses it.
|
13 年 前 |
mingodad
|
d330fce5e3
Modified the new "write" method to accept variable number of parameters.
|
13 年 前 |
mingodad
|
0682b72199
Add new parameter to sq_pushnewclass to indicate if we want the new class left on top of the stack and fixed the logic inside this function.
|
13 年 前 |
mingodad
|
2f7a543579
Add new api function to push a new class with or without parent.
|
13 年 前 |
mingodad
|
b1f5622fa0
Add two new methods to SQBlob, memset and asString.
|
13 年 前 |
mingodad
|
542d2e16ee
Add a printf function that uses sq_getprintfunc to print the result of sqstd_format.
|
13 年 前 |
mingodad
|
2b9d6070ba
Add new token to lexer/compiler TK_IGNORE to ignore some keywords and make some C/C++ code be compiled, for the moment only "new" is ignored.
|
13 年 前 |
mingodad
|
de31c86920
A bit more work on this fltk port.
|
13 年 前 |
mingodad
|
a44ccf25e4
Changed the temporary storage of filename between iterations to be a instance member.
|
13 年 前 |
mingodad
|
84473274a3
Accept "->" C/C++ pointer notation as an alias for ".".
|
13 年 前 |
mingodad
|
b170a57626
Added new member to SQRegFunction a bool to indicate if the function should be registered as static.
|
13 年 前 |
mingodad
|
33edfb4eef
Eliminate double call to GetScratchPad on sq_aux_invalidtype.
|
13 年 前 |
mingodad
|
f5c497854d
Add another conditional preproccessor to test new modules.
|
13 年 前 |
mingodad
|
3f65a4b6f9
Added missing include file for windows after include the "sleep" function.
|
13 年 前 |
mingodad
|
343ca7e2f2
Corrected a bug introduced by refactoring the compiler function "Expect", using a token paramter instead of "_token" in the new "GetTokenObject".
|
13 年 前 |
mingodad
|
c896328c7e
Added entry for zeromq3 module
|
13 年 前 |
mingodad
|
4c75543a79
Initial module of zeromq3
|
13 年 前 |
mingodad
|
9e76f048fe
Add an entry to zeromq3 module
|
13 年 前 |
mingodad
|
d9ccdf8e63
Added a port of math.random from Lua 5.1.5 to Squirrel
|
13 年 前 |
mingodad
|
2c9837f1f9
Add function sleep(n seconds)
|
13 年 前 |
mingodad
|
f5ebd88244
Split macro SQ_GET_INSTANCE to allow to specify stack position and var name.
|
13 年 前 |
mingodad
|
c34368131f
Split the functionality in SQStringTable::Add with the intention of allocate SQStrings structures to work as buffers and add then without multiple copies.
|
13 年 前 |
mingodad
|
4b46794156
Add a static member to SQBlob to access the class typetag of it, also add new function to set the len of internal buffer this way we can use the buffer directly in functions like fread.
|
13 年 前 |
mingodad
|
64a08183f1
Changes provided by Alberto to fix incorrect line numbers on stack dumps
|
13 年 前 |
mingodad
|
92dca1be59
Added the luafilesystem port to the library
|
13 年 前 |
mingodad
|
1c9a342e7b
Add a define to initialize my extensions
|
13 年 前 |
mingodad
|
f7be9c0f1c
Add new api functions:
|
13 年 前 |