|
89e6eff198
|
replace function <{ args } with function<args>
|
2024-09-08 12:52:23 +02:00 |
|
|
7b3e0129f8
|
unbreak starting from embedded files
|
2024-09-06 21:30:11 +02:00 |
|
|
574ea328ed
|
add isbpl compatibility mode for basic programs
|
2024-09-06 18:54:54 +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 |
|
|
f9a7b4d2de
|
minifixes
|
2024-08-30 14:01:43 +02:00 |
|
|
1fd2647688
|
fix catch
|
2024-08-29 09:36:53 +02:00 |
|
|
b4c8593d41
|
add sasm writing
|
2023-08-04 20:52:12 +02:00 |
|
TudbuT
|
c01d5adf63
|
WIP: Add embedded rust
|
2023-08-04 20:38:47 +02:00 |
|
|
80b2604ced
|
allow printing non-string objects
|
2023-04-22 17:31:24 +02:00 |
|
|
adabbe0418
|
feat: add messaging, fix: allow tabs, fix: add =<0-5> methods to arrays
=<0-5> is the counterpart to the normal <0-5> methods used for easier indexing into the first few indexes to allow arrays to be used like tuples
|
2023-04-10 02:26:21 +02:00 |
|
|
33352ad163
|
make sure null won't get assigned a value
|
2023-04-08 20:24:07 +02:00 |
|
|
e7317683fa
|
numerous additions to stdlib, fix test.spl
|
2023-04-08 17:29:59 +02:00 |
|
|
1dce63794b
|
Deprecate _ function, Add section on postfix args to README, Add nconcat function.
|
2023-04-08 09:51:40 +02:00 |
|
|
ab18cdbf35
|
fixes
|
2023-03-07 13:27:41 +01:00 |
|
|
e605306ef9
|
small fixes, add repl
|
2023-03-06 17:06:01 +01:00 |
|
|
954f817437
|
more http progress
|
2023-03-06 14:56:49 +01:00 |
|
|
e093c11558
|
bug fixes, improve speed, add basic http support, other minor improvements
|
2023-03-06 03:45:16 +01:00 |
|
|
e037dbabe9
|
stream api fixes, str-to-bytes, bytes-to-str
|
2023-02-25 12:41:02 +01:00 |
|
|
8c30e2fd2f
|
minor fixes, add streams api
|
2023-02-25 11:40:52 +01:00 |
|
|
b9eae2bbc4
|
std panic fix, ready for initial, slightly incomplete publish to crates.io
|
2023-02-20 13:32:20 +01:00 |
|
|
98f39a5aa3
|
improved error handling, importing, more stdlib functions
|
2023-02-19 19:40:22 +01:00 |
|