spl/spl
2024-11-20 15:21:27 +01:00
..
httpserver fix an http bug 2024-11-15 17:13:38 +01:00
assemble.spl fix string ops, add string find, fix server.spl not being embedded, move stdlib to spl/, fix a null identity loss 2024-09-09 19:58:59 +02:00
fast.spl fast.spl improvements 2024-10-29 21:12:10 +01:00
http.spl add urlencoding 2024-09-29 20:53:01 +02:00
isbpl.spl [http/server] add query handling, [std] make or operator smarter 2024-09-20 12:43:25 +02:00
iter.spl add linked list 2024-10-05 15:16:56 +02:00
json.spl include StringyJSON in some types by default 2024-11-15 22:43:42 +01:00
linkedlist.spl make linked lists fully mutable 2024-10-14 05:15:09 +02:00
messaging.spl fix string ops, add string find, fix server.spl not being embedded, move stdlib to spl/, fix a null identity loss 2024-09-09 19:58:59 +02:00
net.spl fix and improve some stdlib functions, add readf 2024-09-12 15:17:32 +02:00
pure.spl make pure.spl's or behave like std 2024-11-16 00:42:52 +01:00
repl.spl fast.spl improvements 2024-10-29 21:12:10 +01:00
server.spl allow stdlib files to use local paths for eachother 2024-09-19 21:30:46 +02:00
std.spl add an overridable panic handler 2024-11-20 15:21:27 +01:00
stream.spl allow shutting down parts of streams 2024-11-05 14:31:42 +01:00
time.spl fix string ops, add string find, fix server.spl not being embedded, move stdlib to spl/, fix a null identity loss 2024-09-09 19:58:59 +02:00