summaryrefslogtreecommitdiff
path: root/tests/typ/code/ops.typ
AgeCommit message (Collapse)Author
2022-06-14Ensure expressions can continue after a multiline blockLaurenz
2022-05-16Allow adding `none` and anythingLaurenz
2022-05-04Division for lengthsLaurenz
2022-04-30New block spacing modelLaurenz
2022-04-08Em unitsLaurenz
2022-04-07Rename length-related typesLaurenz
`Fractional` => `Fraction` `Relative` => `Ratio` `Linear` => `Relative`
2022-03-18MethodsLaurenz
2022-03-15Add `in` and `not in` operatorsLaurenz
2022-03-11Rename template to contentLaurenz
2022-02-18Remove layout-cache featureLaurenz
2022-02-02Split up styled and sequence templateLaurenz
2022-01-30Rework strong and emphLaurenz
- Star and underscore not parsed as strong/emph inside of words - Stars/underscores must be balanced and they cannot go over paragraph break - New `strong` and `emph` classes
2021-12-15Set Rules Episode V: The Tests Strike BackLaurenz
2021-11-17Align nodeLaurenz
2021-10-25Replace `..` syntax with `range` functionLaurenz
2021-08-31More utility functionsLaurenz
- join("a", "b", "c", sep: ", ") - int("12") - float("31.4e-1") - str(10) - sorted((3, 2, 1))
2021-08-17Library functions behave more imperativelyLaurenz
- Templates scope state changes - State-modifying function operate in place instead of returning a template - Internal template representation contains actual owned nodes instead of a pointer to a syntax tree + an expression map - No more wide calls
2021-08-12Make range-end exclusiveLaurenz
2021-07-30Change indent from 4 to 2 spacesLaurenz
2021-07-10Eco string 🌱Laurenz
2021-07-08Compare functions and templates by identityLaurenz
2021-07-08Range operatorLaurenz
2021-06-26With expressionsLaurenz
2021-06-09Introduce `fr`sMartin Haug
2021-05-18Reorganize test casesLaurenz