mingodad
|
e5bebadb45
Forgot to discard a newline if it follows the Lua literal delimiter.
|
hace 13 años |
mingodad
|
3eaf8b9cc7
Added Lua like string literal delimiters, nested is not implemented
|
hace 13 años |
mingodad
|
e9da3f5611
First try to fix bug in compiler that accepts identifiers alone silently.
|
hace 13 años |
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.
|
hace 13 años |
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.
|
hace 13 años |
mingodad
|
d330fce5e3
Modified the new "write" method to accept variable number of parameters.
|
hace 13 años |
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.
|
hace 13 años |
mingodad
|
2f7a543579
Add new api function to push a new class with or without parent.
|
hace 13 años |
mingodad
|
b1f5622fa0
Add two new methods to SQBlob, memset and asString.
|
hace 13 años |
mingodad
|
542d2e16ee
Add a printf function that uses sq_getprintfunc to print the result of sqstd_format.
|
hace 13 años |
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.
|
hace 13 años |
mingodad
|
de31c86920
A bit more work on this fltk port.
|
hace 13 años |
mingodad
|
a44ccf25e4
Changed the temporary storage of filename between iterations to be a instance member.
|
hace 13 años |
mingodad
|
84473274a3
Accept "->" C/C++ pointer notation as an alias for ".".
|
hace 13 años |
mingodad
|
b170a57626
Added new member to SQRegFunction a bool to indicate if the function should be registered as static.
|
hace 13 años |
mingodad
|
33edfb4eef
Eliminate double call to GetScratchPad on sq_aux_invalidtype.
|
hace 13 años |
mingodad
|
f5c497854d
Add another conditional preproccessor to test new modules.
|
hace 13 años |
mingodad
|
3f65a4b6f9
Added missing include file for windows after include the "sleep" function.
|
hace 13 años |
mingodad
|
343ca7e2f2
Corrected a bug introduced by refactoring the compiler function "Expect", using a token paramter instead of "_token" in the new "GetTokenObject".
|
hace 13 años |
mingodad
|
c896328c7e
Added entry for zeromq3 module
|
hace 13 años |
mingodad
|
4c75543a79
Initial module of zeromq3
|
hace 13 años |
mingodad
|
9e76f048fe
Add an entry to zeromq3 module
|
hace 13 años |
mingodad
|
d9ccdf8e63
Added a port of math.random from Lua 5.1.5 to Squirrel
|
hace 13 años |
mingodad
|
2c9837f1f9
Add function sleep(n seconds)
|
hace 13 años |
mingodad
|
f5ebd88244
Split macro SQ_GET_INSTANCE to allow to specify stack position and var name.
|
hace 13 años |
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.
|
hace 13 años |
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.
|
hace 13 años |
mingodad
|
64a08183f1
Changes provided by Alberto to fix incorrect line numbers on stack dumps
|
hace 13 años |
mingodad
|
92dca1be59
Added the luafilesystem port to the library
|
hace 13 años |
mingodad
|
1c9a342e7b
Add a define to initialize my extensions
|
hace 13 años |