mingodad f4b7786eab Now const/enums have local scope. Also checking for double global declarations on the same compilation unit. 13 years ago
..
ackermann.nut 09cfbe61ca Start git repository for squilu, squirrel language enhanced with lua goods. 13 years ago
array.nut 09cfbe61ca Start git repository for squilu, squirrel language enhanced with lua goods. 13 years ago
axssl.nut b16aeb4f1b More fixes from the conversion from Lua to SquiLu. 13 years ago
class.nut 09cfbe61ca Start git repository for squilu, squirrel language enhanced with lua goods. 13 years ago
classattributes.nut 09cfbe61ca Start git repository for squilu, squirrel language enhanced with lua goods. 13 years ago
coroutines.nut 09cfbe61ca Start git repository for squilu, squirrel language enhanced with lua goods. 13 years ago
csv2array.nut eedf7cebe5 Some samples used to test 13 years ago
delegation.nut 09cfbe61ca Start git repository for squilu, squirrel language enhanced with lua goods. 13 years ago
editor-fltk.nut eedf7cebe5 Some samples used to test 13 years ago
fibonacci.nut 09cfbe61ca Start git repository for squilu, squirrel language enhanced with lua goods. 13 years ago
flow.nut 09cfbe61ca Start git repository for squilu, squirrel language enhanced with lua goods. 13 years ago
generators.nut 09cfbe61ca Start git repository for squilu, squirrel language enhanced with lua goods. 13 years ago
hello.nut 09cfbe61ca Start git repository for squilu, squirrel language enhanced with lua goods. 13 years ago
list.nut 09cfbe61ca Start git repository for squilu, squirrel language enhanced with lua goods. 13 years ago
loops.nut eedf7cebe5 Some samples used to test 13 years ago
matrix.nut 09cfbe61ca Start git repository for squilu, squirrel language enhanced with lua goods. 13 years ago
metamethods.nut 09cfbe61ca Start git repository for squilu, squirrel language enhanced with lua goods. 13 years ago
methcall.nut 09cfbe61ca Start git repository for squilu, squirrel language enhanced with lua goods. 13 years ago
show-vars.nut 5ffcf2d4d8 Hopefully fixed the bug that do not allow functions declared as local to be called recursively. 13 years ago
tailstate.nut 09cfbe61ca Start git repository for squilu, squirrel language enhanced with lua goods. 13 years ago
test-bug-default-parameter-recursion.nut 3f22b2fd76 Added two samples to show some bug/strange behavior in the implementation of the language. 13 years ago
test-bug-recursion.nut 5ffcf2d4d8 Hopefully fixed the bug that do not allow functions declared as local to be called recursively. 13 years ago
test-class-static.nut 57f380a2df Changes to make class static field members be read/write. 13 years ago
test-decimal.nut 1e1c6d6905 Add getters for Decimal attributes, when creating Decimal without a value set it to zero. 13 years ago
test-fltk-2.nut 20c8359339 Added some test program fro fltk 13 years ago
test-fltk-3.nut 20c8359339 Added some test program fro fltk 13 years ago
test-fltk-4.nut 20c8359339 Added some test program fro fltk 13 years ago
test-fltk-5.nut 20c8359339 Added some test program fro fltk 13 years ago
test-fltk-6.nut 20c8359339 Added some test program fro fltk 13 years ago
test-fltk-7.nut 20c8359339 Added some test program fro fltk 13 years ago
test-fltk.nut 20c8359339 Added some test program fro fltk 13 years ago
test-java.nut cd2fc8a5e2 Created an start point to a java interface. 13 years ago
test-local-constants.nut f4b7786eab Now const/enums have local scope. Also checking for double global declarations on the same compilation unit. 13 years ago
test-postgresql.nut 83e7d95b2a Initial postgresql module. 13 years ago
test-replace.nut eedf7cebe5 Some samples used to test 13 years ago
test-rs232.nut c8d6d9df7c Some samples to test ported modules 13 years ago
test-serial.nut 2fdb788b96 Add a module to interface with tinyxml2 https://github.com/leethomason/tinyxml2 13 years ago
test-slave-vm.nut eedf7cebe5 Some samples used to test 13 years ago
test-socket-server.nut c8d6d9df7c Some samples to test ported modules 13 years ago
test-socket-udp-echo-client.nut cab23472ea Added a port of Luasockets to SquiLu. 13 years ago
test-socket-udp-echo-server.nut cab23472ea Added a port of Luasockets to SquiLu. 13 years ago
test-socket.nut eedf7cebe5 Some samples used to test 13 years ago
test-sqpage.lua eedf7cebe5 Some samples used to test 13 years ago
test-sqpage.nut eedf7cebe5 Some samples used to test 13 years ago
test-sublatin.nut 93cbf029ef Example showing the sublatin string functions 13 years ago
test-tcp.nut 06854d99cb Because I changed the retrun value of tcp.receive to return an array [data, error] this sample was modified. 13 years ago
test-tinyxml2.nut 2fdb788b96 Add a module to interface with tinyxml2 https://github.com/leethomason/tinyxml2 13 years ago
test-weakref.nut 108b253d0a Change blob validation mask and _get method to allow call for default delegate. 13 years ago
test-zmq-weather-client.nut eedf7cebe5 Some samples used to test 13 years ago
test-zmq-weather-server.nut eedf7cebe5 Some samples used to test 13 years ago
test-zmq.nut eedf7cebe5 Some samples used to test 13 years ago