mingodad 50a92ab4d1 Update some samples 6 jaren geleden
..
crash 69ab368819 Fix compiler bugs found using zzuf tool, also now accepts C++ namespace syntax "::" as an alias to ".", added the samples that crashed the compiler. 8 jaren geleden
ffi 78042a3069 Enhance the ffi and pack/unpack extensions 9 jaren geleden
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/..." 10 jaren geleden
array.nut 5152b724b7 Because of the change on vargv for the main script, this scripts are updated to work with it. 13 jaren geleden
axssl.nut 5152b724b7 Because of the change on vargv for the main script, this scripts are updated to work with it. 13 jaren geleden
binary-tree-cpp.nut 57ce8960c1 Add examples of C++ code that can be parsed/run by SquiLu 9 jaren geleden
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. 13 jaren geleden
binary-tree.nut 09f4476406 Remove redundant code. 13 jaren geleden
binary-tree2.nut ec1914f248 Add/update several script examples. 10 jaren geleden
check-web-links.nut 88b1e8a77f Sample showing the EasyCurl extension usage 9 jaren geleden
clang-parse.nut 278aa69466 Now it's in a working condition, add a sample to show how to use it. 10 jaren geleden
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/..." 10 jaren geleden
class.nut 69ab368819 Fix compiler bugs found using zzuf tool, also now accepts C++ namespace syntax "::" as an alias to ".", added the samples that crashed the compiler. 8 jaren geleden
classattributes.nut 1e011789d3 Reorganize repository tree. 13 jaren geleden
coroutines.nut a51df3bdc3 Update sqlite3 and some examples. 11 jaren geleden
coroutines2.nut 8bb8a26cd8 Add new samples for coroutines and a lexer 12 jaren geleden
count-html-tags.nut ec1914f248 Add/update several script examples. 10 jaren geleden
csv2array.nut debc0f18a0 Fix bug wrong interpretation of return value of string.find that return -1 when not found. 10 jaren geleden
debug-tutorial.nut 36caf7331a Add a debugger sample inspired by https://github.com/slembcke/debugger.lua 9 jaren geleden
debugger.nut 36caf7331a Add a debugger sample inspired by https://github.com/slembcke/debugger.lua 9 jaren geleden
declarations.nut cf07758aff Added a string_t and void_t as alias to local. 9 jaren geleden
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/..." 10 jaren geleden
do-debug.nut 36caf7331a Add a debugger sample inspired by https://github.com/slembcke/debugger.lua 9 jaren geleden
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/..." 10 jaren geleden
editor-fltk.nut ec1914f248 Add/update several script examples. 10 jaren geleden
fibonacci.nut 5152b724b7 Because of the change on vargv for the main script, this scripts are updated to work with it. 13 jaren geleden
flow.nut 1e011789d3 Reorganize repository tree. 13 jaren geleden
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/..." 10 jaren geleden
generate-cpp-class-wrapper.nut ee47ca514e Enhance some examples 9 jaren geleden
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/..." 10 jaren geleden
get-files-recursing.nut ec1914f248 Add/update several script examples. 10 jaren geleden
hello.nut 5152b724b7 Because of the change on vargv for the main script, this scripts are updated to work with it. 13 jaren geleden
java-jni-generator.nut 1e011789d3 Reorganize repository tree. 13 jaren geleden
k-nucleotide.nut ec1914f248 Add/update several script examples. 10 jaren geleden
lexer.nut 6cf506d15f Update some samples and add 2 others 8 jaren geleden
libclang.nut 278aa69466 Now it's in a working condition, add a sample to show how to use it. 10 jaren geleden
libcurl.nut ec1914f248 Add/update several script examples. 10 jaren geleden
list.nut 5152b724b7 Because of the change on vargv for the main script, this scripts are updated to work with it. 13 jaren geleden
loops.nut 1e011789d3 Reorganize repository tree. 13 jaren geleden
matrix.nut 5152b724b7 Because of the change on vargv for the main script, this scripts are updated to work with it. 13 jaren geleden
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/..." 10 jaren geleden
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/..." 10 jaren geleden
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. 13 jaren geleden
n-body.nut 09f4476406 Remove redundant code. 13 jaren geleden
nanomsg.nut ec1914f248 Add/update several script examples. 10 jaren geleden
process-profile-data.nut efe64886c9 Change the timer used for SQVM profiling with a high resolution timer. 13 jaren geleden
profile.nut 011078e79b Add a script to profile squilu code. 10 jaren geleden
run-clang-parser 278aa69466 Now it's in a working condition, add a sample to show how to use it. 10 jaren geleden
show-vars.nut 50a92ab4d1 Update some samples 6 jaren geleden
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. 13 jaren geleden
spectralnorm.nut a51df3bdc3 Update sqlite3 and some examples. 11 jaren geleden
sq_lexer_tokens.nut 64e8a503b7 Accept and discard C/C++ style cast, right now only the type (int) no other qualifiers "const/*/..." 9 jaren geleden
sqlexer.nut 64e8a503b7 Accept and discard C/C++ style cast, right now only the type (int) no other qualifiers "const/*/..." 9 jaren geleden
sqparser.nut 6cf506d15f Update some samples and add 2 others 8 jaren geleden
sqtypedefs.nut 50a92ab4d1 Update some samples 6 jaren geleden
tailstate.nut 1e011789d3 Reorganize repository tree. 13 jaren geleden
template-cpp.nut 64e8a503b7 Accept and discard C/C++ style cast, right now only the type (int) no other qualifiers "const/*/..." 9 jaren geleden
test-array.nut aa58aeebe9 Add new samples 7 jaren geleden
test-assginment.nut ec1914f248 Add/update several script examples. 10 jaren geleden
test-base64.nut 1e011789d3 Reorganize repository tree. 13 jaren geleden
test-bitvector.nut 50a92ab4d1 Update some samples 6 jaren geleden
test-bitwise.nut 1e011789d3 Reorganize repository tree. 13 jaren geleden
test-bug-default-parameter-recursion.nut 1e011789d3 Reorganize repository tree. 13 jaren geleden
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/..." 10 jaren geleden
test-bug-local-loop.nut ec1914f248 Add/update several script examples. 10 jaren geleden
test-bug-recursion.nut ec1914f248 Add/update several script examples. 10 jaren geleden
test-bug-semicolon.nut ec1914f248 Add/update several script examples. 10 jaren geleden
test-c++-decl.nut 012e6a4110 Now SquiLu can accept C++/Java template instantiation declaration, although it discards it, again the idea is to accept a subset of C/C++/Java syntax. 8 jaren geleden
test-class-destructor.nut ec1914f248 Add/update several script examples. 10 jaren geleden
test-class-get-set.nut 1e011789d3 Reorganize repository tree. 13 jaren geleden
test-class-name-resolution.nut ec1914f248 Add/update several script examples. 10 jaren geleden
test-class-static.nut a51df3bdc3 Update sqlite3 and some examples. 11 jaren geleden
test-class.nut a51df3bdc3 Update sqlite3 and some examples. 11 jaren geleden
test-cpp-template.nut dc94a15a4e Changed the lexer/parser to accept and discard C/C++ template/goto/label 9 jaren geleden
test-decimal.nut aa58aeebe9 Add new samples 7 jaren geleden
test-delayed-release-hooks.nut ec1914f248 Add/update several script examples. 10 jaren geleden
test-div-mod.lua 1e011789d3 Reorganize repository tree. 13 jaren geleden
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/..." 10 jaren geleden
test-enum-type.nut aa58aeebe9 Add new samples 7 jaren geleden
test-extensions-copy-paste-error.nut 3b97c79035 Fixed another copy/paste mistake found using a script to search for such mistakes. 13 jaren geleden
test-find-lua.nut 8c988eac33 Add new method to array "minsize" to resize an array only if needed. 9 jaren geleden
test-fltk-2.nut 1e011789d3 Reorganize repository tree. 13 jaren geleden
test-fltk-3.nut 1e011789d3 Reorganize repository tree. 13 jaren geleden
test-fltk-4.nut 1e011789d3 Reorganize repository tree. 13 jaren geleden
test-fltk-5.nut 1e011789d3 Reorganize repository tree. 13 jaren geleden
test-fltk-6.nut 1e011789d3 Reorganize repository tree. 13 jaren geleden
test-fltk-7.nut 1e011789d3 Reorganize repository tree. 13 jaren geleden
test-fltk-list-search.nut ec1914f248 Add/update several script examples. 10 jaren geleden
test-fltk.nut ec1914f248 Add/update several script examples. 10 jaren geleden
test-freetype.nut c44eae7e3e Add a minimal freetype extension. 9 jaren geleden
test-functions.nut 1e011789d3 Reorganize repository tree. 13 jaren geleden
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. 9 jaren geleden
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/..." 10 jaren geleden
test-ifdef.nut 50a92ab4d1 Update some samples 6 jaren geleden
test-int-overflow.nut 1e011789d3 Reorganize repository tree. 13 jaren geleden
test-io.nut 1e011789d3 Reorganize repository tree. 13 jaren geleden
test-java.nut 1e011789d3 Reorganize repository tree. 13 jaren geleden
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/..." 10 jaren geleden
test-long-str.nut 986a8bd415 Add new samples 7 jaren geleden
test-match.lua 1e011789d3 Reorganize repository tree. 13 jaren geleden
test-match.nut ec1914f248 Add/update several script examples. 10 jaren geleden
test-miniz.nut ec1914f248 Add/update several script examples. 10 jaren geleden
test-multiline-string.nut 43f270e86e Added multiple choices for multiline string delimiter, multiline strings can use [=*[ content ]=*] or {=*{ content }=*} or (=*( content )=*) 13 jaren geleden
test-mysql.nut ec1914f248 Add/update several script examples. 10 jaren geleden
test-nested-comments.nut 08e2e5d017 Add some samples to test latest changes. 8 jaren geleden
test-nested-functions.nut ec1914f248 Add/update several script examples. 10 jaren geleden
test-pack.nut 2716502008 Ported lpack.c from lua 9 jaren geleden
test-parameters-type.nut 986a8bd415 Add new samples 7 jaren geleden
test-pcre.nut a2d31d0905 Fix error detection when calling pcre[2]_match 8 jaren geleden
test-pcre2.nut bfa7ccfac6 Bug fix in calling script functions and add option to also link statically with libpcre2 9 jaren geleden
test-pefix-tree.nut 986a8bd415 Add new samples 7 jaren geleden
test-popen.nut f6344a22be Add "popen" global io similar to the Lua implementation 9 jaren geleden
test-postgresql-local.nut ec1914f248 Add/update several script examples. 10 jaren geleden
test-postgresql.nut ec1914f248 Add/update several script examples. 10 jaren geleden
test-readline.nut 1e011789d3 Reorganize repository tree. 13 jaren geleden
test-regex.nut 6ee9f39571 Change macro type() to sqtype() as done in squirrel, also updating sqlite3 8 jaren geleden
test-replace.nut debc0f18a0 Fix bug wrong interpretation of return value of string.find that return -1 when not found. 10 jaren geleden
test-rs232.nut 796f64b4ac Thanks to the original author of librs232 "Petr Štetiar" now all tests pass on linux. 13 jaren geleden
test-serial.nut 796f64b4ac Thanks to the original author of librs232 "Petr Štetiar" now all tests pass on linux. 13 jaren geleden
test-set-global.nut ec1914f248 Add/update several script examples. 10 jaren geleden
test-signal-handling.nut ec1914f248 Add/update several script examples. 10 jaren geleden
test-slave-vm.nut 6ee9f39571 Change macro type() to sqtype() as done in squirrel, also updating sqlite3 8 jaren geleden
test-socket-server.nut 1e011789d3 Reorganize repository tree. 13 jaren geleden
test-socket-udp-client.nut ce1b3929ce Add another udp client test 10 jaren geleden
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. 13 jaren geleden
test-socket-udp-echo-server.nut ec1914f248 Add/update several script examples. 10 jaren geleden
test-socket-udp-syslog-server.nut ec1914f248 Add/update several script examples. 10 jaren geleden
test-socket-unix-client.nut c3eaa1ba81 Small fixes and code refactoring to work with the switch bug found and somehow fixed now. 12 jaren geleden
test-socket-unix-server.nut c3eaa1ba81 Small fixes and code refactoring to work with the switch bug found and somehow fixed now. 12 jaren geleden
test-socket.lua 1e011789d3 Reorganize repository tree. 13 jaren geleden
test-socket.nut 5152b724b7 Because of the change on vargv for the main script, this scripts are updated to work with it. 13 jaren geleden
test-split.nut 1e011789d3 Reorganize repository tree. 13 jaren geleden
test-sqlexer.nut 22fc514011 Remove call to new and replace with new placement, also updated the test-sqlexer.nut example 9 jaren geleden
test-sqlite-stmt-timing.nut 986a8bd415 Add new samples 7 jaren geleden
test-sqlite3-blob.nut 6e189b4653 Add transaction and stmt_scope_reset new methods to SQLite3 to return a kind of smartPtr to rollback transactions and reset statements, also added some examples. 8 jaren geleden
test-sqlite3-memory-backup-restore.nut a5442972fd Added sqlite backup/restore functions 11 jaren geleden
test-sqlite3-session.nut 6e189b4653 Add transaction and stmt_scope_reset new methods to SQLite3 to return a kind of smartPtr to rollback transactions and reset statements, also added some examples. 8 jaren geleden
test-sqlite3-transaction.nut 6e189b4653 Add transaction and stmt_scope_reset new methods to SQLite3 to return a kind of smartPtr to rollback transactions and reset statements, also added some examples. 8 jaren geleden
test-sqlite3.nut 6b154bece5 Add "col_slice" method to SQLite3Statement 9 jaren geleden
test-sqpage.lua 1e011789d3 Reorganize repository tree. 13 jaren geleden
test-sqpage.nut 1e011789d3 Reorganize repository tree. 13 jaren geleden
test-str-ushort.nut 6cf506d15f Update some samples and add 2 others 8 jaren geleden
test-string-concatenation.nut 91497d5794 Added explicit function "set" for array, surprisingly it has worst performance than "[]" operator, see test-string-concatenation.nut . 13 jaren geleden
test-string-literal.nut 23b8683c4c Add C++ multiline string literal capability R"(A string literal.)". 9 jaren geleden
test-sublatin.nut 1e011789d3 Reorganize repository tree. 13 jaren geleden
test-switch.nut c3eaa1ba81 Small fixes and code refactoring to work with the switch bug found and somehow fixed now. 12 jaren geleden
test-tcp-virtual-ip.nut 675127b095 Fix bindtointerface code 11 jaren geleden
test-tcp.nut fb2e7ff192 Add bindtodevice socket option, note root is needed to use this option 11 jaren geleden
test-tinyxml2.nut a51df3bdc3 Update sqlite3 and some examples. 11 jaren geleden
test-weakref.nut a51df3bdc3 Update sqlite3 and some examples. 11 jaren geleden
test-zmq-weather-client.nut 1e011789d3 Reorganize repository tree. 13 jaren geleden
test-zmq-weather-server.nut 1e011789d3 Reorganize repository tree. 13 jaren geleden
test-zmq.nut 1e011789d3 Reorganize repository tree. 13 jaren geleden
topological-sort.nut 6cf506d15f Update some samples and add 2 others 8 jaren geleden
uuid-generator.nut ec1914f248 Add/update several script examples. 10 jaren geleden