|
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 |
|
TudbuT
|
c01d5adf63
|
WIP: Add embedded rust
|
2023-08-04 20:38:47 +02:00 |
|
TudbuT
|
7e4d2e370e
|
Fix error when stdlib not available
|
2023-05-25 06:22:00 +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 |
|
|
2f087d8835
|
fix: add tab support
|
2023-04-10 01:58:32 +02:00 |
|
|
33352ad163
|
make sure null won't get assigned a value
|
2023-04-08 20:24:07 +02:00 |
|
|
77d26c47cf
|
fix typo
|
2023-04-08 20:22:37 +02:00 |
|
|
22a2efe211
|
fix some issues in sasm, add more sasm example code
|
2023-04-08 20:19:37 +02:00 |
|
|
de7044cda5
|
allow sasm file execution
|
2023-04-08 20:12:35 +02:00 |
|
|
cdcb27b91a
|
fix dangling stack item in install.spl
|
2023-04-08 17:59:04 +02:00 |
|
|
e7317683fa
|
numerous additions to stdlib, fix test.spl
|
2023-04-08 17:29:59 +02:00 |
|
|
d08daa5a62
|
more iterator functions
|
2023-04-08 16:57:18 +02:00 |
|
|
1dce63794b
|
Deprecate _ function, Add section on postfix args to README, Add nconcat function.
|
2023-04-08 09:51:40 +02:00 |
|
|
0689bdbea0
|
add postfix argument notation
|
2023-04-07 22:03:36 +02:00 |
|
|
fa488c4b08
|
allow beginning words with :
|
2023-03-29 00:55:09 +02:00 |
|
|
88257715c3
|
Update README.md to reflect recent developments
|
2023-03-28 02:57:26 +02:00 |
|
|
4ed04d86ec
|
Update README.md to reflect recent developments
|
2023-03-28 02:56:05 +02:00 |
|
|
908dc4b06b
|
fixes
|
2023-03-28 02:54:16 +02:00 |
|