summaryrefslogtreecommitdiff
path: root/src/eval/mod.rs
AgeCommit message (Expand)Author
2022-09-26Description lists, link syntax, and new enum syntaxLaurenz
2022-09-21Tracked memoizationLaurenz
2022-09-20Refactor error handlingLaurenz
2022-09-20A New WorldLaurenz
2022-09-19Remove pins and memoizationLaurenz
2022-09-07[WIP] Label and reference syntaxLaurenz
2022-07-26New `Str` type with methodsLaurenz
2022-07-26Move casting into separate moduleLaurenz
2022-06-14Unified file loading errorsLaurenz
2022-06-10Bump dependenciesLaurenz
2022-05-31Remove green/red distinctionLaurenz
2022-05-26Pure functions!Laurenz
2022-05-26Locate me!Laurenz
2022-05-25Rebrand queries as memoizationLaurenz
2022-05-25Move deps from context to VMLaurenz
2022-05-25Move route from context to VMLaurenz
2022-05-25Virtual machineLaurenz
2022-05-18Hack in ReX for nowLaurenz
2022-05-16Absolute pathsLaurenz
2022-05-13Fix control flow bugLaurenz
2022-05-13Automatically display value in more placesLaurenz
2022-05-09Mutable field accessLaurenz
2022-05-09Set, show, wrap in code blocksLaurenz
2022-05-04Keyed pairsLaurenz
2022-05-03Support recursive show rulesLaurenz
2022-04-30New block spacing modelLaurenz
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