17 Commits

Author SHA1 Message Date
cdcca694c5 Method refactor now compiles
Some checks failed
Rust / build (push) Has been cancelled
2026-01-29 16:28:57 +01:00
534f08b45c Significantly extended stdlib
Some checks failed
Rust / build (push) Has been cancelled
2026-01-27 20:53:45 +01:00
66e5a71032 Added subscript lexer
Some checks failed
Rust / build (push) Has been cancelled
2026-01-25 18:52:57 +01:00
c461f82de1 Custom lexers can now terminate operators
Some checks failed
Rust / build (push) Has been cancelled
New constraint: custom lexer output is dropped whenever it is used to terminate an operator nested inside another custom lexer, because the recursive call has to return exactly one lexeme
2026-01-25 17:52:18 +01:00
b9f1bb74d7 Fixed a very nasty deadlock
All checks were successful
Rust / build (push) Successful in 3m34s
2026-01-22 20:56:02 +01:00
f38193edcc Protocols and operators mostly
All checks were successful
Rust / build (push) Successful in 4m8s
2026-01-21 22:22:58 +01:00
48942b3b2c Unit tests pass
Fixed a nasty deadlock in reqnot
2026-01-19 00:56:03 +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
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
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
769c6cfc9f Various progress, doesnt compile
Added prelude, made lambdas a single-token prefix like NS, made progress on implementations, removed const line type
2025-07-31 00:30:41 +02:00
19f2c6426a Returned from Italy 2025-07-18 16:29:52 +02:00
fe89188c4b temp commit 2025-07-12 00:46:10 +02:00
1a25f52471 Commit pending merge 2025-04-30 22:18:09 +02:00
94958bfbf5 commit before easter break 2025-04-15 00:34:45 +02:00