aboutsummaryrefslogtreecommitdiff
path: root/rprt-engine/src/evaluate.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-24introducing text arguments to eval, code written in angertslil
2026-03-21implement hooks, fix docstslil
2026-03-21think the commit logic is worked out now for eager commitstslil
2026-03-21fixing evaluation semanticstslil
2026-03-21big rework to support evaluation of selection functions, WiPtslil