| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-03-10 | Move around library types 🚚 | Laurenz | |
| 2021-02-09 | Add arguments value 🏓 | Laurenz | |
| 2021-02-09 | Split evaluation and execution 🔪 | Laurenz | |
| 2021-01-22 | Many more expressions 🥗 | Laurenz | |
| Boolean, equality, comparison and assignment expression parsing and evaluation. | |||
| 2021-01-20 | If expressions 🔀 | Laurenz | |
| 2021-01-15 | Split state and scopes, less ref-counting 🔀 | Laurenz | |
| 2021-01-10 | Braced content -> Bracketed templates ✏ | Laurenz | |
| 2021-01-02 | Dynamic values, Types, Arrays, and Dictionaries 🚀 | Laurenz | |
| - Identifiers are now evaluated as variables instead of being plain values - Constants like `left` or `bold` are stored as dynamic values containing the respective rust types - We now distinguish between arrays and dictionaries to make things more intuitive (at the cost of a bit more complex parsing) - Spans were removed from collections (arrays, dictionaries), function arguments still have spans for the top-level values to enable good diagnostics | |||
| 2021-01-01 | A few small improvements ♻ | Laurenz | |
| 2020-12-27 | Refresh function call and dictionary syntax | Laurenz | |
| - No colon between function name and arguments, just whitespace - "Named" arguments (previously "keyword" arguments) use colon instead of equals sign | |||
| 2020-12-27 | Add color enum 🎨 | Laurenz | |
| 2020-12-21 | Add error cases for [font] 🧯 | Laurenz | |
| 2020-12-21 | Allow only a few predefined font classes in [font] 🚧 | Laurenz | |
| 2020-12-17 | Test [font] 🧣 | Laurenz | |
| 2020-12-17 | Test [rgb] 🎨 | Laurenz | |
| 2020-11-25 | Merge some modules 🥞 | Laurenz | |
| 2019-12-04 | Expand functionality of function! macro 🛰 | Laurenz | |
| 2019-11-30 | Refactor layouting base ♻ | Laurenz | |
| 2019-11-18 | Page style modification functions 📜 | Laurenz | |
| - `page.size` - `page.margins` | |||
| 2019-11-18 | Double-try spaces for functions 🌑🌕 | Laurenz | |
| 2019-11-17 | Update standard library functions 🎁 | Laurenz | |
| 2019-11-07 | Create easy-to-use argument parser 💎 | Laurenz | |
| 2019-10-31 | Spans for all parts of functions ✅ | Laurenz | |
| 2019-10-23 | Introduce a set of macros for writing functions more concisely 🎁 | Laurenz | |
