summaryrefslogtreecommitdiff
path: root/src/eval/func.rs
AgeCommit message (Expand)Author
2023-03-17Hover and autocomplete in show rulesLaurenz
2023-03-11Jump to source and previewLaurenz
2023-03-11FiguresLaurenz
2023-03-10Expose content representation moreLaurenz
2023-03-10New #[func] macroLaurenz
2023-03-09Make all optional fields settableLaurenz
2023-03-07Fully untyped modelLaurenz
2023-03-01Split up `model` moduleLaurenz
2022-10-17Merge some modulesLaurenz
2022-09-21Tracked memoizationLaurenz
2022-09-20Refactor error handlingLaurenz
2022-09-20A New WorldLaurenz
2022-07-26New `Str` type with methodsLaurenz
2022-06-14Many fixesLaurenz
2022-05-26Pure functions!Laurenz
2022-05-25Move deps from context to VMLaurenz
2022-05-25Move route from context to VMLaurenz
2022-05-25Virtual machineLaurenz
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