summaryrefslogtreecommitdiff
path: root/src/syntax/func/keys.rs
AgeCommit message (Collapse)Author
2020-08-02Refactor argument parsing 🔬Laurenz
2020-07-29Move, rename and switch some things (boring) 🚚Laurenz
- Problems -> Diagnostics - Position -> Pos - offset_spans -> Offset trait - Size -> Length (and some more size types renamed) - Paper into its own module - scope::Parser -> parsing::CallParser - Create `Decorations` alias - Remove lots of double newlines - Switch from f32 to f64
2020-02-04Adapt for tonty and fix a few bugs 🚧Laurenz
2020-02-04Streamline Key + Value traits 🌊Laurenz
2020-01-26Document everything 📜Laurenz
2020-01-24Reorganize modules 🧱Laurenz
2020-01-24Non-fatal argument parsing 🌋Laurenz