| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-02-20 | Reorganize tests ๐ | Laurenz | |
| 2021-02-18 | Update coma example โฌ๏ธ | Laurenz | |
| 2021-02-18 | Show repr in monospace ๐ | Laurenz | |
| 2021-02-18 | Better function call tests โ | Laurenz | |
| 2021-02-18 | Refresh parser ๐ | Laurenz | |
| 2021-02-18 | Refresh tokenizer ๐ | Laurenz | |
| 2021-02-17 | Refresh tests ๐ | Laurenz | |
| 2021-02-12 | Rename any template to func template โ | Laurenz | |
| 2021-02-12 | Make templates and strings summable ๐ฅช | Laurenz | |
| 2021-02-12 | Early quit loop when body returns error ๐ | Laurenz | |
| 2021-02-12 | Cleaning ๐งน | Laurenz | |
| 2021-02-11 | Small fixes โป | Laurenz | |
| 2021-02-11 | Move span directly into diagnostics ๐ | Laurenz | |
| 2021-02-11 | Move all pretty printing into one module and pretty print values ๐ฆ | Laurenz | |
| 2021-02-09 | Add arguments value ๐ | Laurenz | |
| 2021-02-09 | Split evaluation and execution ๐ช | Laurenz | |
| 2021-02-07 | Remove captured expression ๐๏ธ | Laurenz | |
| 2021-02-07 | Document how to run tests ๐ | Laurenz | |
| 2021-02-07 | Dry-clean visitor with a macro ๐ | Laurenz | |
| 2021-02-06 | Merge pull request #17 from typst/rects | Laurenz | |
| Add rectangle function ๐ | |||
| 2021-02-06 | Generalize child of NodeBackground ๐ผ | Martin Haug | |
| 2021-02-06 | Merge `rect` and `box` ๐ฆ | Martin Haug | |
| 2021-02-04 | Add rectangle function ๐ | Martin Haug | |
| 2021-02-04 | Fix uncompressed test image โ | Laurenz | |
| 2021-02-04 | Fix counting bug โ | Laurenz | |
| 2021-02-03 | Tidy up raw blocks ๐งน | Laurenz | |
| - Better trimming (only trim at the end if necessary) - Fixed block-level layouting - Improved pretty printing - Flip inline variable to block - Flip inline variable to display for math formulas | |||
| 2021-01-31 | Refresh tests ๐ | Laurenz | |
| 2021-01-30 | Allow shortening locations from 1:x-1:y to x-y ๐ฉณ | Laurenz | |
| 2021-01-30 | Scoped for loop bindings ๐๏ธ | Laurenz | |
| Previously for loop bindings were leaked until after the loop. | |||
| 2021-01-30 | Capture variable by slot instead of value ๐ฃ | Laurenz | |
| 2021-01-30 | Interpret two backticks as single-backtick block โ | Laurenz | |
| 2021-01-30 | New display-math syntax ๐งฎ | Laurenz | |
| Changed to `$[x]$` instead of `$$x$$` because then `$$` simply is an empty formula that does not poison the whole document. | |||
| 2021-01-30 | New syntax ๐ | Laurenz | |
| - Everything everywhere! - Blocks with curly braces: {} - Templates with brackets: [] - Function templates with hashtag: `#[f]` - Headings with equals sign: `= Introduction` | |||
| 2021-01-30 | Moves captures visitor into separate file ๐ | Laurenz | |
| 2021-01-27 | Capture variables in templates ๐ | Laurenz | |
| 2021-01-27 | Always evaluate for loop to template ๐ | Laurenz | |
| 2021-01-27 | Scope variables in blocks ๐๏ธ | Laurenz | |
| 2021-01-26 | For loop patterns ๐ฆ | Laurenz | |
| 2021-01-26 | More straightforward pretty printing tests ๐งน | Laurenz | |
| 2021-01-26 | Update comments ๐ | Laurenz | |
| 2021-01-26 | For loops ๐ | Laurenz | |
| (does not support key-value patterns yet) | |||
| 2021-01-26 | Multi-expression blocks ๐๏ธ | Laurenz | |
| 2021-01-26 | Require hashtag for all keywords ๐โโ๏ธ | Laurenz | |
| 2021-01-26 | Line information for assertion failures ๐ | Laurenz | |
| 2021-01-26 | Small improvements โป | Laurenz | |
| 2021-01-22 | Many more expressions ๐ฅ | Laurenz | |
| Boolean, equality, comparison and assignment expression parsing and evaluation. | |||
| 2021-01-20 | Reorder and fix docs โ | Laurenz | |
| 2021-01-20 | If expressions ๐ | Laurenz | |
| 2021-01-17 | Spans for group and block contents ๐ | Laurenz | |
| 2021-01-17 | Assertions with [eq] + better tests ๐ฉบ | Laurenz | |
