mingodad 64e8a503b7 Accept and discard C/C++ style cast, right now only the type (int) no other qualifiers "const/*/..." 9 tahun lalu
..
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/..." 9 tahun lalu
array.nut 5152b724b7 Because of the change on vargv for the main script, this scripts are updated to work with it. 13 tahun lalu
axssl.nut 5152b724b7 Because of the change on vargv for the main script, this scripts are updated to work with it. 13 tahun lalu
binary-tree-cpp.nut 57ce8960c1 Add examples of C++ code that can be parsed/run by SquiLu 9 tahun lalu
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 tahun lalu
binary-tree.nut 09f4476406 Remove redundant code. 13 tahun lalu
binary-tree2.nut ec1914f248 Add/update several script examples. 10 tahun lalu
clang-parse.nut 278aa69466 Now it's in a working condition, add a sample to show how to use it. 10 tahun lalu
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/..." 9 tahun lalu
class.nut 1e011789d3 Reorganize repository tree. 13 tahun lalu
classattributes.nut 1e011789d3 Reorganize repository tree. 13 tahun lalu
coroutines.nut a51df3bdc3 Update sqlite3 and some examples. 11 tahun lalu
coroutines2.nut 8bb8a26cd8 Add new samples for coroutines and a lexer 12 tahun lalu
count-html-tags.nut ec1914f248 Add/update several script examples. 10 tahun lalu
csv2array.nut debc0f18a0 Fix bug wrong interpretation of return value of string.find that return -1 when not found. 10 tahun lalu
declarations.nut cf07758aff Added a string_t and void_t as alias to local. 9 tahun lalu
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/..." 9 tahun lalu
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/..." 9 tahun lalu
editor-fltk.nut ec1914f248 Add/update several script examples. 10 tahun lalu
fibonacci.nut 5152b724b7 Because of the change on vargv for the main script, this scripts are updated to work with it. 13 tahun lalu
flow.nut 1e011789d3 Reorganize repository tree. 13 tahun lalu
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/..." 9 tahun lalu
generate-cpp-class-wrapper.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/..." 9 tahun lalu
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/..." 9 tahun lalu
get-files-recursing.nut ec1914f248 Add/update several script examples. 10 tahun lalu
hello.nut 5152b724b7 Because of the change on vargv for the main script, this scripts are updated to work with it. 13 tahun lalu
java-jni-generator.nut 1e011789d3 Reorganize repository tree. 13 tahun lalu
k-nucleotide.nut ec1914f248 Add/update several script examples. 10 tahun lalu
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/..." 9 tahun lalu
libclang.nut 278aa69466 Now it's in a working condition, add a sample to show how to use it. 10 tahun lalu
libcurl.nut ec1914f248 Add/update several script examples. 10 tahun lalu
list.nut 5152b724b7 Because of the change on vargv for the main script, this scripts are updated to work with it. 13 tahun lalu
loops.nut 1e011789d3 Reorganize repository tree. 13 tahun lalu
matrix.nut 5152b724b7 Because of the change on vargv for the main script, this scripts are updated to work with it. 13 tahun lalu
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/..." 9 tahun lalu
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/..." 9 tahun lalu
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 tahun lalu
n-body.nut 09f4476406 Remove redundant code. 13 tahun lalu
nanomsg.nut ec1914f248 Add/update several script examples. 10 tahun lalu
process-profile-data.nut efe64886c9 Change the timer used for SQVM profiling with a high resolution timer. 13 tahun lalu
profile.nut 011078e79b Add a script to profile squilu code. 9 tahun lalu
run-clang-parser 278aa69466 Now it's in a working condition, add a sample to show how to use it. 10 tahun lalu
show-vars.nut 1e011789d3 Reorganize repository tree. 13 tahun lalu
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 tahun lalu
spectralnorm.nut a51df3bdc3 Update sqlite3 and some examples. 11 tahun lalu
sq_lexer_tokens.nut 64e8a503b7 Accept and discard C/C++ style cast, right now only the type (int) no other qualifiers "const/*/..." 9 tahun lalu
sqlexer.nut 64e8a503b7 Accept and discard C/C++ style cast, right now only the type (int) no other qualifiers "const/*/..." 9 tahun lalu
sqparser.nut 64e8a503b7 Accept and discard C/C++ style cast, right now only the type (int) no other qualifiers "const/*/..." 9 tahun lalu
sqtypedefs.nut 8b8c203ebb Fix parsing "inline/const" keyword inside class/variable declaration. 9 tahun lalu
tailstate.nut 1e011789d3 Reorganize repository tree. 13 tahun lalu
template-cpp.nut 64e8a503b7 Accept and discard C/C++ style cast, right now only the type (int) no other qualifiers "const/*/..." 9 tahun lalu
test-array.nut 1e011789d3 Reorganize repository tree. 13 tahun lalu
test-assginment.nut ec1914f248 Add/update several script examples. 10 tahun lalu
test-base64.nut 1e011789d3 Reorganize repository tree. 13 tahun lalu
test-bitwise.nut 1e011789d3 Reorganize repository tree. 13 tahun lalu
test-bug-default-parameter-recursion.nut 1e011789d3 Reorganize repository tree. 13 tahun lalu
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/..." 9 tahun lalu
test-bug-local-loop.nut ec1914f248 Add/update several script examples. 10 tahun lalu
test-bug-recursion.nut ec1914f248 Add/update several script examples. 10 tahun lalu
test-bug-semicolon.nut ec1914f248 Add/update several script examples. 10 tahun lalu
test-class-destructor.nut ec1914f248 Add/update several script examples. 10 tahun lalu
test-class-get-set.nut 1e011789d3 Reorganize repository tree. 13 tahun lalu
test-class-name-resolution.nut ec1914f248 Add/update several script examples. 10 tahun lalu
test-class-static.nut a51df3bdc3 Update sqlite3 and some examples. 11 tahun lalu
test-class.nut a51df3bdc3 Update sqlite3 and some examples. 11 tahun lalu
test-cpp-template.nut dc94a15a4e Changed the lexer/parser to accept and discard C/C++ template/goto/label 9 tahun lalu
test-decimal.nut 0b05002e76 Refactored the code, added method "set". 13 tahun lalu
test-delayed-release-hooks.nut ec1914f248 Add/update several script examples. 10 tahun lalu
test-div-mod.lua 1e011789d3 Reorganize repository tree. 13 tahun lalu
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/..." 9 tahun lalu
test-extensions-copy-paste-error.nut 3b97c79035 Fixed another copy/paste mistake found using a script to search for such mistakes. 13 tahun lalu
test-fltk-2.nut 1e011789d3 Reorganize repository tree. 13 tahun lalu
test-fltk-3.nut 1e011789d3 Reorganize repository tree. 13 tahun lalu
test-fltk-4.nut 1e011789d3 Reorganize repository tree. 13 tahun lalu
test-fltk-5.nut 1e011789d3 Reorganize repository tree. 13 tahun lalu
test-fltk-6.nut 1e011789d3 Reorganize repository tree. 13 tahun lalu
test-fltk-7.nut 1e011789d3 Reorganize repository tree. 13 tahun lalu
test-fltk-list-search.nut ec1914f248 Add/update several script examples. 10 tahun lalu
test-fltk.nut ec1914f248 Add/update several script examples. 10 tahun lalu
test-functions.nut 1e011789d3 Reorganize repository tree. 13 tahun lalu
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 tahun lalu
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/..." 9 tahun lalu
test-int-overflow.nut 1e011789d3 Reorganize repository tree. 13 tahun lalu
test-io.nut 1e011789d3 Reorganize repository tree. 13 tahun lalu
test-java.nut 1e011789d3 Reorganize repository tree. 13 tahun lalu
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/..." 9 tahun lalu
test-match.lua 1e011789d3 Reorganize repository tree. 13 tahun lalu
test-match.nut ec1914f248 Add/update several script examples. 10 tahun lalu
test-miniz.nut ec1914f248 Add/update several script examples. 10 tahun lalu
test-multiline-string.nut 43f270e86e Added multiple choices for multiline string delimiter, multiline strings can use [=*[ content ]=*] or {=*{ content }=*} or (=*( content )=*) 13 tahun lalu
test-mysql.nut ec1914f248 Add/update several script examples. 10 tahun lalu
test-nested-functions.nut ec1914f248 Add/update several script examples. 10 tahun lalu
test-postgresql-local.nut ec1914f248 Add/update several script examples. 10 tahun lalu
test-postgresql.nut ec1914f248 Add/update several script examples. 10 tahun lalu
test-readline.nut 1e011789d3 Reorganize repository tree. 13 tahun lalu
test-regex.nut ec1914f248 Add/update several script examples. 10 tahun lalu
test-replace.nut debc0f18a0 Fix bug wrong interpretation of return value of string.find that return -1 when not found. 10 tahun lalu
test-rs232.nut 796f64b4ac Thanks to the original author of librs232 "Petr Štetiar" now all tests pass on linux. 13 tahun lalu
test-serial.nut 796f64b4ac Thanks to the original author of librs232 "Petr Štetiar" now all tests pass on linux. 13 tahun lalu
test-set-global.nut ec1914f248 Add/update several script examples. 10 tahun lalu
test-signal-handling.nut ec1914f248 Add/update several script examples. 10 tahun lalu
test-slave-vm.nut a51df3bdc3 Update sqlite3 and some examples. 11 tahun lalu
test-socket-server.nut 1e011789d3 Reorganize repository tree. 13 tahun lalu
test-socket-udp-client.nut ce1b3929ce Add another udp client test 10 tahun lalu
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 tahun lalu
test-socket-udp-echo-server.nut ec1914f248 Add/update several script examples. 10 tahun lalu
test-socket-udp-syslog-server.nut ec1914f248 Add/update several script examples. 10 tahun lalu
test-socket-unix-client.nut c3eaa1ba81 Small fixes and code refactoring to work with the switch bug found and somehow fixed now. 12 tahun lalu
test-socket-unix-server.nut c3eaa1ba81 Small fixes and code refactoring to work with the switch bug found and somehow fixed now. 12 tahun lalu
test-socket.lua 1e011789d3 Reorganize repository tree. 13 tahun lalu
test-socket.nut 5152b724b7 Because of the change on vargv for the main script, this scripts are updated to work with it. 13 tahun lalu
test-split.nut 1e011789d3 Reorganize repository tree. 13 tahun lalu
test-sqlexer.nut 22fc514011 Remove call to new and replace with new placement, also updated the test-sqlexer.nut example 9 tahun lalu
test-sqlite3-memory-backup-restore.nut a5442972fd Added sqlite backup/restore functions 11 tahun lalu
test-sqlite3.nut ec1914f248 Add/update several script examples. 10 tahun lalu
test-sqpage.lua 1e011789d3 Reorganize repository tree. 13 tahun lalu
test-sqpage.nut 1e011789d3 Reorganize repository tree. 13 tahun lalu
test-string-concatenation.nut 91497d5794 Added explicit function "set" for array, surprisingly it has worst performance than "[]" operator, see test-string-concatenation.nut . 13 tahun lalu
test-string-literal.nut 23b8683c4c Add C++ multiline string literal capability R"(A string literal.)". 9 tahun lalu
test-sublatin.nut 1e011789d3 Reorganize repository tree. 13 tahun lalu
test-switch.nut c3eaa1ba81 Small fixes and code refactoring to work with the switch bug found and somehow fixed now. 12 tahun lalu
test-tcp-virtual-ip.nut 675127b095 Fix bindtointerface code 11 tahun lalu
test-tcp.nut fb2e7ff192 Add bindtodevice socket option, note root is needed to use this option 11 tahun lalu
test-tinyxml2.nut a51df3bdc3 Update sqlite3 and some examples. 11 tahun lalu
test-weakref.nut a51df3bdc3 Update sqlite3 and some examples. 11 tahun lalu
test-zmq-weather-client.nut 1e011789d3 Reorganize repository tree. 13 tahun lalu
test-zmq-weather-server.nut 1e011789d3 Reorganize repository tree. 13 tahun lalu
test-zmq.nut 1e011789d3 Reorganize repository tree. 13 tahun lalu
uuid-generator.nut ec1914f248 Add/update several script examples. 10 tahun lalu