summaryrefslogtreecommitdiff
path: root/src/eval/mod.rs
AgeCommit message (Expand)Author
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
2022-01-05Lift styles out of individual nodesLaurenz
2021-12-30Style chainsLaurenz
2021-12-22Review One: A Set Rules StoryLaurenz
2021-12-21Set Rules Episode IX: The Rise of TestingLaurenz
2021-12-15Set Rules Episode VII: The Set AwakensLaurenz
2021-12-15Set Rules Episode IV: A New FoldLaurenz
2021-12-09Set Rules Episode III: Revenge of the packerLaurenz
2021-12-07Set Rules Episode II: Attack of the propertiesLaurenz
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-11-08Final touchesLaurenz
2021-11-08Fine-grained capturingLaurenz
2021-11-08Tidy up ASTLaurenz
2021-11-05RefactoringLaurenz
2021-11-05Slim `NodeKind` memory footprintMartin Haug
2021-11-05Less owning, more iteratingMartin Haug
2021-11-05Change parserMartin Haug
2021-10-25Replace `..` syntax with `range` functionLaurenz
2021-10-10Rename `State` to `Style` and move it into its own moduleLaurenz
2021-10-10Make `none` spreadableLaurenz
2021-09-15Blocks directly in template also scopeLaurenz
2021-09-15Rename `SyntaxTree` to `Markup`Laurenz