summaryrefslogtreecommitdiff
path: root/src/eval/func.rs
AgeCommit message (Expand)Author
2022-05-16Absolute pathsLaurenz
2022-05-09Set, show, wrap in code blocksLaurenz
2022-05-06Cast content from stringLaurenz
2022-05-04New raw theme & nicer debug representationLaurenz
2022-05-03Support recursive show rulesLaurenz
2022-04-24Extract `model` moduleLaurenz
2022-04-07Rework style chainsLaurenz
2022-03-12Remove classes and improve namingLaurenz
2022-02-28Enable join collection for control flow constructsMartin Haug
2022-02-28CR: I've a feeling we're not in Review anymore.Martin Haug
2022-02-28Make loops and functions react to control flowMartin Haug
2022-02-23Rework the core contextLaurenz
2022-02-18Headers and footersLaurenz
2022-02-17Merge eval and layout contexts into `Vm`Laurenz
2022-02-17Change default parameter of `Cast`Laurenz
2022-02-17Make values hashableLaurenz
2022-02-10Proper error messages for shorthandsLaurenz
2022-02-02Pass arguments to call and construct directly by valueLaurenz
2022-02-01Better function representationLaurenz