summaryrefslogtreecommitdiff
path: root/src/syntax/mod.rs
AgeCommit message (Expand)Author
2021-01-06Pretty printing 🦋Laurenz
2021-01-03Move and rename many things 🚛Laurenz
2020-12-31Parsing improvements 🧽Laurenz
2020-10-10Flatten ast module back into syntax module 🌪Laurenz
2020-10-07Move deco, pass and feedback into diagnostics module ↩Laurenz
2020-10-05Streamline generic layouting primitives 🛫Laurenz
2020-10-04Shorten some names ↔Laurenz
2020-10-03Rename bold/italic to strong/emph ✏Laurenz
2020-10-02Refactor parser 🏞Laurenz
2020-10-01Reorganize ast types 🏕Laurenz
2020-10-01Rename table to dict ✏Laurenz
2020-10-01Make syntax not depend on parse 📩Laurenz
2020-09-30Replace line/column with byte positions 🔢Laurenz
2020-09-30Move decoration into mod.rs 🔙Laurenz
2020-09-30Reorganize syntax types into two modules 📦Laurenz
2020-09-03Split up parser into multiple files 🧱Laurenz
2020-08-30Format everything with rustfmt! 💚Laurenz
2020-08-16Add Value type and replace dyn-nodes with call-exprs 🏗Laurenz
2020-08-16Remove tuples and objects in favor of tables 🛢Laurenz
2020-08-15Rename Value trait into TryFromExpr ✒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-02-13New syntax features 👔Laurenz
2020-02-11Parse tuples and objects 🍒Laurenz
2020-02-07Improve syntax testing framework ♻Laurenz
2020-02-06Highlight bold / italic / monospace 🎨Laurenz
2020-02-04Merge `Parsed` and `Layouted` types into `Pass` with `Feedback` 🌝🎢🌚Laurenz
2020-02-03Port tests 🚁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
2020-01-24Non-fatal argument parsing 🌋Laurenz
2020-01-21Decoupled function parser 🔗 [WIP]Laurenz
2020-01-19Move to non-fatal errors 🪂 [WIP]Laurenz
2020-01-18ColorToken serialization + function fix 🚧Laurenz
2020-01-16Do argument parsing ☑Laurenz
2020-01-16Powerful parser testing 🐱‍👤Laurenz
2020-01-14Parser testing prototype 🥥Laurenz
2020-01-13Checkpoint 🏁Laurenz
2020-01-11Re-engineer tokenization 🚿Laurenz
2020-01-09Introduce color tokens 🎨Laurenz
2020-01-06Formatting 🛀Laurenz
2020-01-05Re-enable *, _ and `.Laurenz
2019-12-15Paper styles and scalable+default margins 📜Laurenz
2019-12-13Implement expression kind for Spanned<T> 👩‍💻Laurenz