09cfcb1839
partway towards commands
...
I got very confused and started mucking about with "spawn" when in fact all I needed was the "inline" extension type in orcx that allows the interpreter to expose custom constants.
2026-03-13 16:48:42 +01:00
534f08b45c
Significantly extended stdlib
2026-01-27 20:53:45 +01:00
f38193edcc
Protocols and operators mostly
2026-01-21 22:22:58 +01:00
32d6237dc5
task_local context over context objects
...
- interner impls logically separate from API in orchid-base (default host interner still in base for testing)
- error reporting, logging, and a variety of other features passed down via context in extension, not yet in host to maintain library-ish profile, should consider options
- no global spawn mechanic, the host has a spawn function but extensions only get a stash for enqueuing async work in sync callbacks which is then explicitly, manually, and with strict order popped and awaited
- still deadlocks nondeterministically for some ungodly reason
2026-01-01 14:54:29 +00:00
ecf151158d
Pattern matching works now
2025-11-27 22:47:02 +01:00
603efef28e
New macro system and stdlib additions
2025-11-21 14:25:03 +01:00
b77653f841
Added support for defining macros in Rust within the macro system
...
Also fixed a lot of bugs
2025-09-30 21:23:16 +02:00
ce08021e79
exec working up to halt
...
clean shutdown doesn't for some reason
2025-09-09 16:30:49 +02:00
088cb6a247
updated all deps
...
migrated away from paste and async-std
2025-09-03 18:42:54 +02:00
7031f3a7d8
Macro system done in theory
...
too afraid to begin debugging, resting for a moment
2025-09-03 16:05:26 +02:00
fe89188c4b
temp commit
2025-07-12 00:46:10 +02:00
c9b349bccf
sync commit
2025-04-23 16:01:22 +01:00
94958bfbf5
commit before easter break
2025-04-15 00:34:45 +02:00
5e474069e0
reference cycles resolved
2025-02-22 19:01:05 +01:00
cfa8b6ee52
for a moment, everything works
2025-02-21 23:53:31 +01:00
9e7648bc72
All sorts of test scaffolding works now
2025-02-20 18:06:44 +01:00
1556d54226
lex_hello worked for a second just now
...
this is just a backup however
2025-02-02 10:20:03 +01:00
2b79e96dc9
base and extension fully compiles, host in good shape
2025-01-25 00:10:49 +01:00
7be8716b19
Initial extension asynchronization efforts.
2025-01-22 13:02:13 +01:00
1974c69019
Decided to eradicate Send/Sync dependence, broke everything as a result. Should resume from interner
2025-01-20 22:22:33 +01:00
52c8d1c95a
Updated everything and moved to hard tab indentation
2025-01-08 19:20:34 +01:00
7cdfe7e3c4
Macro processing factored into Orchid functions
2025-01-08 01:34:40 +00:00
3a3ae98aff
Began implementing fully isomorphic macros
...
Like Rust's Proc macros. Now we have preprocessor recursion to worry about. I also made a cool macro for enums
2024-10-14 00:13:09 +02:00
84cbcdd4fe
Removed macro facets
...
Macros, placeholders, etc. will all be handled by std eventually so they shouldn't appear in the protocol or the host
2024-08-22 18:05:57 +02:00
3a63894de2
New plans for macros
...
About to move them completely to stdlib
2024-08-18 22:57:06 +02:00