spl/src
2024-11-16 00:21:05 +01: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 allow shutting down parts of streams 2024-11-05 14:31:42 +01:00
dyn_fns.rs add isbpl compatibility mode for basic programs 2024-09-06 18:54:54 +02:00
lexer.rs reject nulls in match inputs entirely 2024-11-16 00:21:05 +01: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 matching 2024-11-15 11:54:54 +01: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 implement maths for floats 2024-11-15 19:14:45 +01:00
stdlib.rs add json.spl, fix messed up =>? operator 2024-11-15 15:01:20 +01:00