summaryrefslogtreecommitdiff
path: root/src/syntax/scope.rs
AgeCommit message (Expand)Author
2020-08-16Add Value type and replace dyn-nodes with call-exprs 🏗Laurenz
2020-08-04Refactor function parsing ♻Laurenz
2020-08-03Formatting, documentation and small improvements 🧽Laurenz
2020-08-02Replace body! macro with functions 🧰Laurenz
2020-08-02Refactor model into tree 🛒Laurenz
2020-08-02Refactor argument parsing 🔬Laurenz
2020-07-29Move, rename and switch some things (boring) 🚚Laurenz
2020-07-27Refactor parser 🚇Laurenz
2020-02-04Merge `Parsed` and `Layouted` types into `Pass` with `Feedback` 🌝🎢🌚Laurenz
2020-02-03Better Debug/Display and Derives 🧽Laurenz
2020-02-03Upgrade to new toddle interface 🐳Laurenz
2020-01-26Document everything 📜Laurenz
2020-01-24Reorganize modules 🧱Laurenz