summaryrefslogtreecommitdiff
path: root/src/eval/mod.rs
AgeCommit message (Expand)Author
2022-04-26New document & flow buildingLaurenz
2022-04-24Rename soft linebreak to justified linebreakLaurenz
2022-04-24Extract `model` moduleLaurenz
2022-04-24Extract methods into separate moduleLaurenz
2022-04-23Show rules with type ascribed objectLaurenz
2022-04-19Field accessLaurenz
2022-04-13Soft breaks and shy hyphensLaurenz
2022-04-12Introduce `NodeKind::Quote`Martin Haug
2022-04-11Spreading into arrays and dictionariesLaurenz
2022-04-08Em unitsLaurenz
2022-04-08Start & end alignmentLaurenz
2022-04-07Rename length-related typesLaurenz
2022-03-18MethodsLaurenz
2022-03-15Add `in` and `not in` operatorsLaurenz
2022-03-15Non-returning error macroLaurenz
2022-03-12Remove classes and improve namingLaurenz
2022-03-11Rename template to contentLaurenz
2022-03-11Consistent block namingLaurenz
2022-03-11More restructuringLaurenz
2022-02-28Reorganize libraryLaurenz
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-28Introduce `EvalResult` for control flowMartin Haug
2022-02-23Rework the core contextLaurenz
2022-02-22Remove layout cacheLaurenz
2022-02-18Basic show rulesLaurenz
2022-02-17Automatic list numberingLaurenz
2022-02-17Merge eval and layout contexts into `Vm`Laurenz
2022-02-17Make values syncLaurenz
2022-02-17Switch to const generics for nodesLaurenz
2022-02-09Set rules for everythingLaurenz
2022-02-07Redesigned template layoutLaurenz
2022-02-02Remove root nodeLaurenz
2022-02-02Rename `into_block` to `pack`Laurenz
2022-02-02Pass arguments to call and construct directly by valueLaurenz
2022-02-02Split up styled and sequence templateLaurenz
2022-02-02Rename `Node` to `Template`Laurenz
2022-02-02Allow set & show only directly in markupLaurenz
2022-02-08New color stuffMartin Haug
2022-02-01Better function representationLaurenz
2022-01-30Rework strong and emphLaurenz
2022-01-29Fix that templates don't create a scopeLaurenz
2022-01-29Enable for loop over captured argsLaurenz
2022-01-28Support for `wrap`Laurenz
2022-01-28Parse `break`, `continue` and `return` expressionLaurenz
2022-01-28Parse `show` and `wrap` expressionsLaurenz
2022-01-27Mutex comes from tex and we don't want anyLaurenz
2022-01-27Add Code Block syntax highlightingMartin Haug
2022-01-08Make all nodes into classesLaurenz