summaryrefslogtreecommitdiff
path: root/src/eval/capture.rs
AgeCommit message (Expand)Author
2022-03-11Rename template to contentLaurenz
2022-03-11Consistent block namingLaurenz
2022-02-18Basic show rulesLaurenz
2022-02-17Merge eval and layout contexts into `Vm`Laurenz
2022-01-31Switch from `Rc` to `Arc`Laurenz
2021-11-08Final touchesLaurenz
2021-11-08Fine-grained capturingLaurenz
2021-11-08Tidy up ASTLaurenz
2021-11-05RefactoringLaurenz
2021-11-05Less owning, more iteratingMartin Haug
2021-11-05Change parserMartin Haug
2021-08-21Prune derivesLaurenz
2021-08-01Pretty-printed diagnostics with tracebackLaurenz
2021-06-29Mutable visitorLaurenz
2021-06-09Lists with indent-based parsingLaurenz
2021-06-01Refactor path handlingLaurenz
2021-03-21Syntax functions 🚀Laurenz
2021-03-19Scheduled maintenance 🔨Laurenz
2021-03-03Documentation fixes ✔Laurenz
2021-03-03Closures and function definitions 🚀Laurenz
2021-02-11Small fixes ♻Laurenz
2021-02-09Split evaluation and execution 🔪Laurenz
2021-02-07Remove captured expression 🗑️Laurenz
2021-02-07Dry-clean visitor with a macro 🏜Laurenz
2021-01-30Capture variable by slot instead of value 🎣Laurenz
2021-01-30Moves captures visitor into separate file 🚚Laurenz