A scripting language that accepts a subset of javascript and C/C++ - forked from Squirrel. A Lua like scripting language and VM with a more C Inspired syntax.

#cpp #lua #sqlite #scripting #script-engine #library #gamedev #game-engine #embedded #embed

mingodad 0258ac54bf Add missing sq_pop after iterating a table, reformat the code. 12 年之前
SquiLu 6c98c4dbe3 Fix the premature break without copying the remaining string part. 12 年之前
SquiLu-editor 5e2da2fd1a Removed unintended commit of binary file. 12 年之前
SquiLu-ext 0258ac54bf Add missing sq_pop after iterating a table, reformat the code. 12 年之前
SquiLu-ourbiz 17c9228573 Change calls from table.get(key, default) by table.rawget(key, default) because the first can give wrong results when the key is equal to any built in methods. 12 年之前
discount 771b861392 Changes to make it compile on linux 64bits. 12 年之前
fltk 771b861392 Changes to make it compile on linux 64bits. 12 年之前
flu 771b861392 Changes to make it compile on linux 64bits. 12 年之前
libharu 27d906a04a Added a the minimun libharu needed to compile fltk. 13 年之前
librs232 ead02ad946 Add casts to allow compile on freebsd with gcc 4.2.1 12 年之前
mpdecimal 771b861392 Changes to make it compile on linux 64bits. 12 年之前
myaxtls 6ce9399852 Fixed a call to printf without format string. 12 年之前