mingodad 36caf7331a Add a debugger sample inspired by https://github.com/slembcke/debugger.lua hace 9 años
..
ffi 78042a3069 Enhance the ffi and pack/unpack extensions hace 9 años
ackermann.nut 6941aeae44 Tables now use an empty delegate and the methods they had now are globals "table_/rawget/rawset/get/set/rawin/next/len/clear/setdelegate/get/delegate/..." hace 9 años
array.nut 5152b724b7 Because of the change on vargv for the main script, this scripts are updated to work with it. hace 13 años
axssl.nut 5152b724b7 Because of the change on vargv for the main script, this scripts are updated to work with it. hace 13 años
binary-tree-cpp.nut 57ce8960c1 Add examples of C++ code that can be parsed/run by SquiLu hace 9 años
binary-tree.lua 833a304c83 Some examples from http://benchmarksgame.alioth.debian.org/ to compare SquilU with Lua, generally on this samples SquiLu is on average 30% slower. hace 13 años
binary-tree.nut 09f4476406 Remove redundant code. hace 12 años
binary-tree2.nut ec1914f248 Add/update several script examples. hace 10 años
check-web-links.nut 88b1e8a77f Sample showing the EasyCurl extension usage hace 9 años
clang-parse.nut 278aa69466 Now it's in a working condition, add a sample to show how to use it. hace 10 años
class-cursor-kind.nut 6941aeae44 Tables now use an empty delegate and the methods they had now are globals "table_/rawget/rawset/get/set/rawin/next/len/clear/setdelegate/get/delegate/..." hace 9 años
class.nut 1e011789d3 Reorganize repository tree. hace 13 años
classattributes.nut 1e011789d3 Reorganize repository tree. hace 13 años
coroutines.nut a51df3bdc3 Update sqlite3 and some examples. hace 11 años
coroutines2.nut 8bb8a26cd8 Add new samples for coroutines and a lexer hace 12 años
count-html-tags.nut ec1914f248 Add/update several script examples. hace 10 años
csv2array.nut debc0f18a0 Fix bug wrong interpretation of return value of string.find that return -1 when not found. hace 10 años
debug-tutorial.nut 36caf7331a Add a debugger sample inspired by https://github.com/slembcke/debugger.lua hace 9 años
debugger.nut 36caf7331a Add a debugger sample inspired by https://github.com/slembcke/debugger.lua hace 9 años
declarations.nut cf07758aff Added a string_t and void_t as alias to local. hace 9 años
delegation.nut 6941aeae44 Tables now use an empty delegate and the methods they had now are globals "table_/rawget/rawset/get/set/rawin/next/len/clear/setdelegate/get/delegate/..." hace 9 años
do-debug.nut 36caf7331a Add a debugger sample inspired by https://github.com/slembcke/debugger.lua hace 9 años
dump-har.nut 6941aeae44 Tables now use an empty delegate and the methods they had now are globals "table_/rawget/rawset/get/set/rawin/next/len/clear/setdelegate/get/delegate/..." hace 9 años
editor-fltk.nut ec1914f248 Add/update several script examples. hace 10 años
fibonacci.nut 5152b724b7 Because of the change on vargv for the main script, this scripts are updated to work with it. hace 13 años
flow.nut 1e011789d3 Reorganize repository tree. hace 13 años
gen-class-hashtable.nut 6941aeae44 Tables now use an empty delegate and the methods they had now are globals "table_/rawget/rawset/get/set/rawin/next/len/clear/setdelegate/get/delegate/..." hace 9 años
generate-cpp-class-wrapper.nut ee47ca514e Enhance some examples hace 9 años
generators.nut 6941aeae44 Tables now use an empty delegate and the methods they had now are globals "table_/rawget/rawset/get/set/rawin/next/len/clear/setdelegate/get/delegate/..." hace 9 años
get-files-recursing.nut ec1914f248 Add/update several script examples. hace 10 años
hello.nut 5152b724b7 Because of the change on vargv for the main script, this scripts are updated to work with it. hace 13 años
java-jni-generator.nut 1e011789d3 Reorganize repository tree. hace 13 años
k-nucleotide.nut ec1914f248 Add/update several script examples. hace 10 años
lexer.nut 6941aeae44 Tables now use an empty delegate and the methods they had now are globals "table_/rawget/rawset/get/set/rawin/next/len/clear/setdelegate/get/delegate/..." hace 9 años
libclang.nut 278aa69466 Now it's in a working condition, add a sample to show how to use it. hace 10 años
libcurl.nut ec1914f248 Add/update several script examples. hace 10 años
list.nut 5152b724b7 Because of the change on vargv for the main script, this scripts are updated to work with it. hace 13 años
loops.nut 1e011789d3 Reorganize repository tree. hace 13 años
matrix.nut 5152b724b7 Because of the change on vargv for the main script, this scripts are updated to work with it. hace 13 años
metamethods.nut 6941aeae44 Tables now use an empty delegate and the methods they had now are globals "table_/rawget/rawset/get/set/rawin/next/len/clear/setdelegate/get/delegate/..." hace 9 años
methcall.nut 6941aeae44 Tables now use an empty delegate and the methods they had now are globals "table_/rawget/rawset/get/set/rawin/next/len/clear/setdelegate/get/delegate/..." hace 9 años
n-body.lua 833a304c83 Some examples from http://benchmarksgame.alioth.debian.org/ to compare SquilU with Lua, generally on this samples SquiLu is on average 30% slower. hace 13 años
n-body.nut 09f4476406 Remove redundant code. hace 12 años
nanomsg.nut ec1914f248 Add/update several script examples. hace 10 años
process-profile-data.nut efe64886c9 Change the timer used for SQVM profiling with a high resolution timer. hace 12 años
profile.nut 011078e79b Add a script to profile squilu code. hace 9 años
run-clang-parser 278aa69466 Now it's in a working condition, add a sample to show how to use it. hace 10 años
show-vars.nut 1e011789d3 Reorganize repository tree. hace 13 años
spectralnorm.lua 833a304c83 Some examples from http://benchmarksgame.alioth.debian.org/ to compare SquilU with Lua, generally on this samples SquiLu is on average 30% slower. hace 13 años
spectralnorm.nut a51df3bdc3 Update sqlite3 and some examples. hace 11 años
sq_lexer_tokens.nut 64e8a503b7 Accept and discard C/C++ style cast, right now only the type (int) no other qualifiers "const/*/..." hace 9 años
sqlexer.nut 64e8a503b7 Accept and discard C/C++ style cast, right now only the type (int) no other qualifiers "const/*/..." hace 9 años
sqparser.nut 64e8a503b7 Accept and discard C/C++ style cast, right now only the type (int) no other qualifiers "const/*/..." hace 9 años
sqtypedefs.nut 8b8c203ebb Fix parsing "inline/const" keyword inside class/variable declaration. hace 9 años
tailstate.nut 1e011789d3 Reorganize repository tree. hace 13 años
template-cpp.nut 64e8a503b7 Accept and discard C/C++ style cast, right now only the type (int) no other qualifiers "const/*/..." hace 9 años
test-array.nut 1e011789d3 Reorganize repository tree. hace 13 años
test-assginment.nut ec1914f248 Add/update several script examples. hace 10 años
test-base64.nut 1e011789d3 Reorganize repository tree. hace 13 años
test-bitvector.nut 4a79f67281 Start a bitvector extension using sqlite3 bitvector functions hace 9 años
test-bitwise.nut 1e011789d3 Reorganize repository tree. hace 13 años
test-bug-default-parameter-recursion.nut 1e011789d3 Reorganize repository tree. hace 13 años
test-bug-function-this.nut 6941aeae44 Tables now use an empty delegate and the methods they had now are globals "table_/rawget/rawset/get/set/rawin/next/len/clear/setdelegate/get/delegate/..." hace 9 años
test-bug-local-loop.nut ec1914f248 Add/update several script examples. hace 10 años
test-bug-recursion.nut ec1914f248 Add/update several script examples. hace 10 años
test-bug-semicolon.nut ec1914f248 Add/update several script examples. hace 10 años
test-class-destructor.nut ec1914f248 Add/update several script examples. hace 10 años
test-class-get-set.nut 1e011789d3 Reorganize repository tree. hace 13 años
test-class-name-resolution.nut ec1914f248 Add/update several script examples. hace 10 años
test-class-static.nut a51df3bdc3 Update sqlite3 and some examples. hace 11 años
test-class.nut a51df3bdc3 Update sqlite3 and some examples. hace 11 años
test-cpp-template.nut dc94a15a4e Changed the lexer/parser to accept and discard C/C++ template/goto/label hace 9 años
test-decimal.nut 0b05002e76 Refactored the code, added method "set". hace 13 años
test-delayed-release-hooks.nut ec1914f248 Add/update several script examples. hace 10 años
test-div-mod.lua 1e011789d3 Reorganize repository tree. hace 13 años
test-duffs-device.nut 6941aeae44 Tables now use an empty delegate and the methods they had now are globals "table_/rawget/rawset/get/set/rawin/next/len/clear/setdelegate/get/delegate/..." hace 9 años
test-extensions-copy-paste-error.nut 3b97c79035 Fixed another copy/paste mistake found using a script to search for such mistakes. hace 13 años
test-find-lua.nut 8c988eac33 Add new method to array "minsize" to resize an array only if needed. hace 9 años
test-fltk-2.nut 1e011789d3 Reorganize repository tree. hace 13 años
test-fltk-3.nut 1e011789d3 Reorganize repository tree. hace 13 años
test-fltk-4.nut 1e011789d3 Reorganize repository tree. hace 13 años
test-fltk-5.nut 1e011789d3 Reorganize repository tree. hace 13 años
test-fltk-6.nut 1e011789d3 Reorganize repository tree. hace 13 años
test-fltk-7.nut 1e011789d3 Reorganize repository tree. hace 13 años
test-fltk-list-search.nut ec1914f248 Add/update several script examples. hace 10 años
test-fltk.nut ec1914f248 Add/update several script examples. hace 10 años
test-freetype.nut c44eae7e3e Add a minimal freetype extension. hace 9 años
test-functions.nut 1e011789d3 Reorganize repository tree. hace 13 años
test-goto.nut 45512ad52d Simplification of the "goto" implementation, it's usable with care, goto/jump crossing declaration/initialization need to show an error message, still need work. hace 9 años
test-gumbo.nut 6941aeae44 Tables now use an empty delegate and the methods they had now are globals "table_/rawget/rawset/get/set/rawin/next/len/clear/setdelegate/get/delegate/..." hace 9 años
test-int-overflow.nut 1e011789d3 Reorganize repository tree. hace 13 años
test-io.nut 1e011789d3 Reorganize repository tree. hace 13 años
test-java.nut 1e011789d3 Reorganize repository tree. hace 13 años
test-local-constants.nut 6941aeae44 Tables now use an empty delegate and the methods they had now are globals "table_/rawget/rawset/get/set/rawin/next/len/clear/setdelegate/get/delegate/..." hace 9 años
test-match.lua 1e011789d3 Reorganize repository tree. hace 13 años
test-match.nut ec1914f248 Add/update several script examples. hace 10 años
test-miniz.nut ec1914f248 Add/update several script examples. hace 10 años
test-multiline-string.nut 43f270e86e Added multiple choices for multiline string delimiter, multiline strings can use [=*[ content ]=*] or {=*{ content }=*} or (=*( content )=*) hace 13 años
test-mysql.nut ec1914f248 Add/update several script examples. hace 10 años
test-nested-functions.nut ec1914f248 Add/update several script examples. hace 10 años
test-pack.nut 2716502008 Ported lpack.c from lua hace 9 años
test-pcre.nut 82d33a74c9 Add a libpcre extension hace 9 años
test-pcre2.nut bfa7ccfac6 Bug fix in calling script functions and add option to also link statically with libpcre2 hace 9 años
test-popen.nut f6344a22be Add "popen" global io similar to the Lua implementation hace 9 años
test-postgresql-local.nut ec1914f248 Add/update several script examples. hace 10 años
test-postgresql.nut ec1914f248 Add/update several script examples. hace 10 años
test-readline.nut 1e011789d3 Reorganize repository tree. hace 13 años
test-regex.nut ec1914f248 Add/update several script examples. hace 10 años
test-replace.nut debc0f18a0 Fix bug wrong interpretation of return value of string.find that return -1 when not found. hace 10 años
test-rs232.nut 796f64b4ac Thanks to the original author of librs232 "Petr Štetiar" now all tests pass on linux. hace 13 años
test-serial.nut 796f64b4ac Thanks to the original author of librs232 "Petr Štetiar" now all tests pass on linux. hace 13 años
test-set-global.nut ec1914f248 Add/update several script examples. hace 10 años
test-signal-handling.nut ec1914f248 Add/update several script examples. hace 10 años
test-slave-vm.nut 954642c384 Start to add support for OS threads using slave vms hace 9 años
test-socket-server.nut 1e011789d3 Reorganize repository tree. hace 13 años
test-socket-udp-client.nut ce1b3929ce Add another udp client test hace 10 años
test-socket-udp-echo-client.nut 5152b724b7 Because of the change on vargv for the main script, this scripts are updated to work with it. hace 13 años
test-socket-udp-echo-server.nut ec1914f248 Add/update several script examples. hace 10 años
test-socket-udp-syslog-server.nut ec1914f248 Add/update several script examples. hace 10 años
test-socket-unix-client.nut c3eaa1ba81 Small fixes and code refactoring to work with the switch bug found and somehow fixed now. hace 12 años
test-socket-unix-server.nut c3eaa1ba81 Small fixes and code refactoring to work with the switch bug found and somehow fixed now. hace 12 años
test-socket.lua 1e011789d3 Reorganize repository tree. hace 13 años
test-socket.nut 5152b724b7 Because of the change on vargv for the main script, this scripts are updated to work with it. hace 13 años
test-split.nut 1e011789d3 Reorganize repository tree. hace 13 años
test-sqlexer.nut 22fc514011 Remove call to new and replace with new placement, also updated the test-sqlexer.nut example hace 9 años
test-sqlite3-memory-backup-restore.nut a5442972fd Added sqlite backup/restore functions hace 11 años
test-sqlite3.nut 6b154bece5 Add "col_slice" method to SQLite3Statement hace 9 años
test-sqpage.lua 1e011789d3 Reorganize repository tree. hace 13 años
test-sqpage.nut 1e011789d3 Reorganize repository tree. hace 13 años
test-string-concatenation.nut 91497d5794 Added explicit function "set" for array, surprisingly it has worst performance than "[]" operator, see test-string-concatenation.nut . hace 13 años
test-string-literal.nut 23b8683c4c Add C++ multiline string literal capability R"(A string literal.)". hace 9 años
test-sublatin.nut 1e011789d3 Reorganize repository tree. hace 13 años
test-switch.nut c3eaa1ba81 Small fixes and code refactoring to work with the switch bug found and somehow fixed now. hace 12 años
test-tcp-virtual-ip.nut 675127b095 Fix bindtointerface code hace 11 años
test-tcp.nut fb2e7ff192 Add bindtodevice socket option, note root is needed to use this option hace 11 años
test-tinyxml2.nut a51df3bdc3 Update sqlite3 and some examples. hace 11 años
test-weakref.nut a51df3bdc3 Update sqlite3 and some examples. hace 11 años
test-zmq-weather-client.nut 1e011789d3 Reorganize repository tree. hace 13 años
test-zmq-weather-server.nut 1e011789d3 Reorganize repository tree. hace 13 años
test-zmq.nut 1e011789d3 Reorganize repository tree. hace 13 años
uuid-generator.nut ec1914f248 Add/update several script examples. hace 10 años