spl/src
2024-10-23 15:52:47 +02:00
..
lexer improve speed, add time.spl, improve isbpl.spl, add inlining support 2024-09-09 14:37:56 +02:00
oxidizer unbreak starting from embedded files 2024-09-06 21:30:11 +02:00
stream fix read-to-end popping too much 2024-10-14 01:05:11 +02:00
dyn_fns.rs add isbpl compatibility mode for basic programs 2024-09-06 18:54:54 +02:00
lexer.rs add mega iter, fix division 2024-10-23 13:50:04 +02:00
lib.rs add bytearray type for faster access to bytes (API identical to array type) 2024-10-13 21:52:06 +02:00
main.rs replace function <{ args } with function<args> 2024-09-08 12:52:23 +02:00
mutex.rs improved error handling, importing, more stdlib functions 2023-02-19 19:40:22 +01:00
runtime.rs fix memory leaks, add bufsize option for httpserver/static.spl 2024-10-13 23:10:16 +02:00
sasm.rs add bytearray type for faster access to bytes (API identical to array type) 2024-10-13 21:52:06 +02:00
std_fns.rs add escape fn to string, add some ways to write callables 2024-10-23 11:28:16 +02:00
stdlib.rs add fast.spl, improving repl 2024-10-23 15:52:47 +02:00