summaryrefslogtreecommitdiff
path: root/src/eval/ops.rs
AgeCommit message (Expand)Author
2022-04-24Extract `model` moduleLaurenz
2022-04-24Extract methods into separate moduleLaurenz
2022-04-09Sum color and length into strokeLaurenz
2022-04-08Em unitsLaurenz
2022-04-08Start & end alignmentLaurenz
2022-04-07Make `Relative` genericLaurenz
2022-04-07Rename length-related typesLaurenz
2022-03-18MethodsLaurenz
2022-03-15Add `in` and `not in` operatorsLaurenz
2022-03-11Rename template to contentLaurenz
2022-02-07Tidy upLaurenz
2022-02-02Rename `Node` to `Template`Laurenz
2022-01-29Allow to add `none` and nodeLaurenz
2021-12-28TidyingLaurenz
2021-12-05Set Rules Episode I: The Phantom StyleLaurenz
2021-11-26X/Y abstractionsLaurenz
2021-11-232d alignments with plus operatorLaurenz
2021-11-15Make clippy happier and remove `Str`Laurenz
2021-10-25Replace `..` syntax with `range` functionLaurenz
2021-09-27Fix panic due to bad alignments in stack functionLaurenz
2021-08-31More utility functionsLaurenz
2021-08-14Adjust macros to new versionLaurenz
2021-08-12Make range-end exclusiveLaurenz
2021-08-12Array and dictionary indexingLaurenz
2021-07-30Fatal errorsLaurenz
2021-07-29Better addition and iteration for array, dict and templateLaurenz
2021-07-11Simpler castingLaurenz
2021-07-10Move comparisons into standard traitsLaurenz
2021-07-10Reference-count complex valuesLaurenz
2021-07-08Compare functions and templates by identityLaurenz
2021-07-08Range operatorLaurenz
2021-06-18Join semanticsLaurenz
2021-06-09Tidy upLaurenz
2021-06-09Introduce `fr`sMartin Haug
2021-05-18Streamline value comparisonsLaurenz
2021-03-21Syntax functions 🚀Laurenz
2021-03-19Scheduled maintenance 🔨Laurenz
2021-02-12Make templates and strings summable 🥪Laurenz
2021-01-31Refresh tests 🔄Laurenz
2021-01-26Multi-expression blocks 🛍️Laurenz
2021-01-22Many more expressions 🥗Laurenz
2021-01-12Group and block expressions, unary plus 🧩Laurenz