| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-11-29 | Reorganize library and tests | Laurenz | |
| 2022-05-04 | Division for lengths | Laurenz | |
| 2022-04-30 | New block spacing model | Laurenz | |
| 2022-04-07 | Rename length-related types | Laurenz | |
| `Fractional` => `Fraction` `Relative` => `Ratio` `Linear` => `Relative` | |||
| 2022-03-18 | Methods | Laurenz | |
| 2022-03-11 | Rename template to content | Laurenz | |
| 2021-12-15 | Set Rules Episode V: The Tests Strike Back | Laurenz | |
| 2021-10-25 | Replace `..` syntax with `range` function | Laurenz | |
| 2021-08-31 | More utility functions | Laurenz | |
| - join("a", "b", "c", sep: ", ") - int("12") - float("31.4e-1") - str(10) - sorted((3, 2, 1)) | |||
| 2021-08-12 | Make range-end exclusive | Laurenz | |
| 2021-08-12 | Array and dictionary indexing | Laurenz | |
| 2021-07-30 | Fatal errors | Laurenz | |
| - Makes errors fatal, so that a phase is only reached when all previous phases were error-free - Parsing still recovers and can produce multiple errors - Evaluation fails fast and can thus produce only a single error (except for parse errors due to an import) - The single error that could occur during execution is removed for now - Removes Value::Error variant | |||
| 2021-07-09 | Even shorter error annotations | Laurenz | |
| Error annotations are now relative to the first following non-comment line. | |||
| 2021-07-08 | Range operator | Laurenz | |
| 2021-07-08 | Handle missing arguments to with expr | Laurenz | |
| 2021-05-18 | Reorganize test cases | Laurenz | |
