3c0056c2db
Generic mutation scheduling system
...
IO adapted to use it
Also, Atoms can now dispatch type-erased requests
2023-09-14 22:54:42 +01:00
8c866967a9
The pipeline is finally reasonably clean
2023-09-12 01:26:46 +01:00
9186bce956
Import and export improved
...
- Import paths are now vname and not sym
- Imports and exports accept multiple space-delimited operators in []
as a result, we can now reliably import and export the operator *
- error reporting ergonomics
2023-08-18 21:10:29 +01:00
3fdabc29da
Most files suffered major changes
...
- Less ambiguous syntax
- Better parser (Chumsky only does tokenization now)
- Tidy(|ier) error handling
- Facade for simplified embedding
- External code grouped in (fairly) self-contained Systems
- Dynamic action dispatch
- Many STL additions
2023-08-18 12:57:41 +01:00