aboutsummaryrefslogtreecommitdiff
path: root/rprt-engine/src/selection.rs
AgeCommit message (Collapse)Author
4 daysThe big transposition-ing: move from functions as data to data of functionsHEADmaintslil
Basically Rust will fight you all the way if you treat it like Haskell, instead work with traits and impls on ZSTs.
2026-03-24big ole rename for consistent terminology: scalar, vector, matrix, tensortslil
2025-10-28Playing with macro_rules, sigh.tslil
2025-10-23One painful manual currying and Higher Rank Trait Bounds application later, ↵tslil
i think complement transformations work now
2025-10-22Implement the coniditional selection transformationtslil
2025-10-22Implement two basic selection functionstslil
2025-10-21Having a time with passing functions around, really feels like i'm fighting ↵tslil
the language
2025-10-20Changed monad, impl. some grouped semantics, not completely satisfiedtslil
2025-10-18Some basic train and parenthesis parsing, things are beginning to become ↵tslil
exciting
2025-10-17Starting on RIIR, first steps have been whelmingtslil