| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-05-21 | Refactor parser a bit | Laurenz | |
| 2021-03-21 | Syntax functions ๐ | Laurenz | |
| This adds overridable functions that markup desugars into. Specifically: - \ desugars into linebreak - Two newlines desugar into parbreak - * desugars into strong - _ desugars into emph - = .. desugars into heading - `..` desugars into raw | |||
| 2021-03-19 | Scheduled maintenance ๐จ | Laurenz | |
| - New naming scheme - TextNode instead of NodeText - CallExpr instead of ExprCall - ... - Less glob imports - Removes Value::Args variant - Removes prelude - Renames Layouted to Fragment - Moves font into env - Moves shaping into layout - Moves frame into separate module | |||
| 2021-03-03 | Callee expressions ๐ | Laurenz | |
| 2021-03-03 | Show name of user-defined functions in representation ๐ฆ | Laurenz | |
| 2021-03-03 | Closures and function definitions ๐ | Laurenz | |
| Supports: - Closure syntax: `(x, y) => z` - Shorthand for a single argument: `x => y` - Function syntax: `let f(x) = y` - Capturing of variables from the environment - Error messages for too few / many passed arguments Does not support: - Named arguments - Variadic arguments with `..` | |||
| 2021-03-02 | Simplify collection parsing โป | Laurenz | |
| In preparation for closure expressions. | |||
| 2021-02-24 | While loops ๐ | Laurenz | |
| 2021-02-18 | Update coma example โฌ๏ธ | Laurenz | |
| 2021-02-18 | Refresh parser ๐ | Laurenz | |
| 2021-02-18 | Refresh tokenizer ๐ | Laurenz | |
| 2021-02-12 | Rename any template to func template โ | 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-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 | 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-27 | Scope variables in blocks ๐๏ธ | Laurenz | |
| 2021-01-26 | For loop patterns ๐ฆ | 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 | Small improvements โป | 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-17 | Spans for group and block contents ๐ | Laurenz | |
| 2021-01-17 | Assertions with [eq] + better tests ๐ฉบ | Laurenz | |
| 2021-01-16 | Port remaining parser tests ๐ | Laurenz | |
| 2021-01-15 | Move value tests + smarter number formatting ๐ข | Laurenz | |
| 2021-01-14 | Move let-binding tests to integration ๐ | Laurenz | |
| 2021-01-14 | Move bracket function tests to integration ๐ | Laurenz | |
| 2021-01-13 | Some minor improvements โป | Laurenz | |
| 2021-01-13 | Move array and dictionary tests to integration ๐ | Laurenz | |
| 2021-01-13 | Move basic markup tests to integration ๐ | Laurenz | |
| 2021-01-13 | Move escaping tests to integration and extend them ๐ | Laurenz | |
| 2021-01-13 | Move heading tests to integration ๐ | Laurenz | |
| 2021-01-13 | Move comment tests to integration ๐ | Laurenz | |
| 2021-01-13 | Basic let bindings ๐ | Laurenz | |
| 2021-01-12 | Group and block expressions, unary plus ๐งฉ | Laurenz | |
| 2021-01-10 | Braced content -> Bracketed templates โ | Laurenz | |
| 2021-01-10 | Rename token modes โ | Laurenz | |
| 2021-01-10 | Add angle value ๐ | Laurenz | |
| 2021-01-10 | Add lots of new tokens ๐ช | Laurenz | |
| 2021-01-09 | Add angle data type ๐ | Laurenz | |
| 2021-01-07 | Remove star-slash token โ | Laurenz | |
| 2021-01-06 | Inline literal enum into expression enum ๐ | Laurenz | |
