|
fccce8b705
|
add settypeid
|
2024-10-13 23:56:57 +02:00 |
|
|
eb1335ade4
|
add gettypeid
|
2024-10-13 23:24:45 +02:00 |
|
|
ea8d3f5a6f
|
add micromap and list clear
|
2024-10-13 23:18:36 +02:00 |
|
|
c1475cc153
|
fix memory leaks, add bufsize option for httpserver/static.spl
|
2024-10-13 23:10:16 +02:00 |
|
|
456d39399e
|
add bytearray type for faster access to bytes (API identical to array type)
|
2024-10-13 21:52:06 +02:00 |
|
|
4749c142fa
|
httpserver/static.spl: write body as bytes when serving 'file'
|
2024-10-13 19:28:32 +02:00 |
|
|
c9463c6938
|
support \n line endings on http head
|
2024-10-13 19:09:41 +02:00 |
|
|
a9894d8a03
|
fix a performance issue
|
2024-10-11 23:14:46 +02:00 |
|
|
1c1f9a4566
|
add linked list
|
2024-10-05 15:16:56 +02:00 |
|
|
e48f06a8b5
|
bump version to v0.4.0
|
2024-09-29 21:08:53 +02:00 |
|
|
535e4816f8
|
add urlencoding
|
2024-09-29 20:53:01 +02:00 |
|
|
b454fe9dee
|
improve httpserver, add httpserver/static.spl
|
2024-09-23 15:45:52 +02:00 |
|
|
416a310072
|
[http/server] add query handling, [std] make or operator smarter
|
2024-09-20 12:43:25 +02:00 |
|
|
706c4f023b
|
allow stdlib files to use local paths for eachother
|
2024-09-19 21:30:46 +02:00 |
|
|
d4dc588c35
|
allow servers to know who their client is
|
2024-09-12 19:18:20 +02:00 |
|
|
89d14146be
|
allow getting peer in tcp
|
2024-09-12 16:27:44 +02:00 |
|
|
2446272181
|
add http server
|
2024-09-12 15:17:42 +02:00 |
|
|
6f2777b83a
|
fix and improve some stdlib functions, add readf
|
2024-09-12 15:17:32 +02:00 |
|
|
fd41c46cdd
|
some speed improvements, make fforeach more useful
|
2024-09-10 11:01:21 +02:00 |
|
|
15ae8622e1
|
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 |
|
|
bb4d163b40
|
delay so other clients can connect to tcp server in test.spl
|
2024-09-09 17:04:35 +02:00 |
|
|
f86c55dd83
|
add tcp server
|
2024-09-09 16:31:35 +02:00 |
|
|
a1f5941c1a
|
improve speed, add time.spl, improve isbpl.spl, add inlining support
|
2024-09-09 14:37:56 +02:00 |
|
|
6d78b276d4
|
fix pure.spl
|
2024-09-08 14:37:32 +02:00 |
|
|
0fb01cfb20
|
add pure.spl to stdlib
|
2024-09-08 14:29:01 +02:00 |
|
|
2f8c50e3f0
|
add threads, add pure.spl, which reimplements some of std_fns.rs in pure spl
|
2024-09-08 14:27:46 +02:00 |
|
|
79ee784a5b
|
update readme
|
2024-09-08 12:52:23 +02:00 |
|
|
2024677225
|
update version
|
2024-09-08 12:52:23 +02:00 |
|
|
89e6eff198
|
replace function <{ args } with function<args>
|
2024-09-08 12:52:23 +02:00 |
|
|
2574165cd1
|
Add LICENSE
|
2024-09-06 22:40:06 +02:00 |
|
|
7b3e0129f8
|
unbreak starting from embedded files
|
2024-09-06 21:30:11 +02:00 |
|
|
1290d0a0c3
|
update test
|
2024-09-06 19:07:11 +02:00 |
|
|
574ea328ed
|
add isbpl compatibility mode for basic programs
|
2024-09-06 18:54:54 +02:00 |
|
|
fa60d4c1e0
|
fix readln EOF handling
|
2024-09-04 16:08:03 +02:00 |
|
|
109feaa163
|
stdlib additions
|
2024-09-04 14:29:59 +02:00 |
|
|
3a4105dc5d
|
remove debug prints 2, minor fixes
|
2024-09-04 07:36:42 +02:00 |
|
|
06a51a258b
|
remove debug prints
|
2024-08-30 14:30:23 +02:00 |
|
|
647db3a301
|
update version
|
2024-08-30 14:03:47 +02:00 |
|
|
f9a7b4d2de
|
minifixes
|
2024-08-30 14:01:43 +02:00 |
|
|
1fd2647688
|
fix catch
|
2024-08-29 09:36:53 +02:00 |
|
|
ef266f3811
|
microimprovements to oxidizer
|
2024-08-29 00:25:49 +02:00 |
|
TudbuT
|
fbd6d9d43f
|
fix process waiting things
|
2023-08-04 23:49:00 +02:00 |
|
TudbuT
|
d7b3c0d430
|
allow calling SPL from rust
|
2023-08-04 23:40:24 +02:00 |
|
TudbuT
|
62fb4d0f91
|
allow direct running of embedded rust
|
2023-08-04 23:17:35 +02:00 |
|
|
18b8b89549
|
QOL improvement to push #-expr
|
2023-08-04 22:47:27 +02:00 |
|
TudbuT
|
52d4964435
|
fix embedded rust on windows
|
2023-08-04 21:57:54 +02:00 |
|
TudbuT
|
920e9c2ff1
|
fix long output aaaargh
|
2023-08-04 20:58:22 +02:00 |
|
TudbuT
|
2af276e160
|
fix a crash in the embedded rust build process (bad quotes)
|
2023-08-04 20:57:03 +02:00 |
|
|
7f4f502067
|
fix crash when using RustAppBuilder
|
2023-08-04 20:54:31 +02:00 |
|
|
b4c8593d41
|
add sasm writing
|
2023-08-04 20:52:12 +02:00 |
|