summaryrefslogtreecommitdiff
path: root/src/eval/dict.rs
AgeCommit message (Expand)Author
2021-10-23Introduce page / block / inline levelsLaurenz
2021-08-31Make user-facing "debug" representation use Debug instead of DisplayLaurenz
2021-08-21Prune derivesLaurenz
2021-08-16Convert single-field structs to tuple structsLaurenz
2021-08-14Separate type for string valuesLaurenz
2021-08-12Array and dictionary indexingLaurenz
2021-07-29Better addition and iteration for array, dict and templateLaurenz
2021-07-29Move EcoString and OptionExt into utilLaurenz
2021-07-10Reference-count complex valuesLaurenz
2021-01-02Dynamic values, Types, Arrays, and Dictionaries 🚀Laurenz
2020-12-27Refresh function call and dictionary syntaxLaurenz
2020-10-04Better argument parsing 🥙Laurenz
2020-10-04Style nits 🎈Laurenz
2020-10-03Evaluate expressions 🧮Laurenz
2020-10-03Int, Float, Relative and Linear values 🍉Laurenz
2020-10-01Rename compute to eval ✏Laurenz