summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2021-01-20If expressions 🔀Laurenz
2021-01-17Spans for group and block contents 📐Laurenz
2021-01-17Assertions with [eq] + better tests 🩺Laurenz
2021-01-16Port remaining parser tests 🚚Laurenz
2021-01-15Split state and scopes, less ref-counting 🔀Laurenz
2021-01-15Move value tests + smarter number formatting 🔢Laurenz
2021-01-14Move let-binding tests to integration 🚚Laurenz
2021-01-14Move bracket function tests to integration 🚚Laurenz
2021-01-14Move test files into category subfolders 🚚Laurenz
2021-01-13Unbounded pages 🌌Laurenz
2021-01-13Some minor improvements ♻Laurenz
2021-01-13Move array and dictionary tests to integration 🚚Laurenz
2021-01-13Move basic markup tests to integration 🚚Laurenz
2021-01-13Move escaping tests to integration and extend them 🚚Laurenz
2021-01-13Move heading tests to integration 🚚Laurenz
2021-01-13Move comment tests to integration 🚚Laurenz
2021-01-13Basic let bindings 🎞Laurenz
2021-01-12Group and block expressions, unary plus 🧩Laurenz
2021-01-10Braced content -> Bracketed templates ✏Laurenz
2021-01-10Rename token modes ✏Laurenz
2021-01-10Add angle value 📐Laurenz
2021-01-10Add lots of new tokens 🍪Laurenz
2021-01-09Add angle data type 📐Laurenz
2021-01-07Remove star-slash token ❌Laurenz
2021-01-06Inline literal enum into expression enum 🔀Laurenz
2021-01-06Pretty printing 🦋Laurenz
2021-01-04Better value representations, type function 🌐Laurenz
2021-01-04None literal 🕳Laurenz
2021-01-03Fix performance regression ⚡Laurenz
2021-01-03Move and rename many things 🚛Laurenz
2021-01-02Dynamic values, Types, Arrays, and Dictionaries 🚀Laurenz
2021-01-01A few small improvements ♻Laurenz
2021-01-01Better parser testing ✅Laurenz
2020-12-31Parsing improvements 🧽Laurenz
2020-12-27Refresh function call and dictionary syntaxLaurenz
2020-12-27Add color enum 🎨Laurenz
2020-12-21Add error cases for [font] 🧯Laurenz
2020-12-21Allow only a few predefined font classes in [font] 🚧Laurenz
2020-12-21Restructure value conversions 🧱Laurenz
2020-12-17Test [font] 🧣Laurenz
2020-12-17Test [rgb] 🎨Laurenz
2020-12-17Test [page] function 📕Laurenz
2020-12-16Tweak parser error messages 🔮Laurenz
2020-12-16Better tokenization testing 🌋Laurenz
2020-12-11Switch to miniz_oxide 🔼Laurenz
2020-12-10Refine test infrastructure ✅Laurenz
2020-11-30Compress images in PDFs ⚙Laurenz
2020-11-28Export alpha channel into PDF 🧊Laurenz
2020-11-27Embed each image only once into the PDF 🥔Laurenz
2020-11-27Fix headings that are separated by only one newline 🚧Laurenz