| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-11-29 | Reorganize library and tests | Laurenz | |
| 2022-05-26 | Pure functions! | Laurenz | |
| 2022-05-04 | Improve diagnostics | Laurenz | |
| 2022-05-04 | Keyed pairs | Laurenz | |
| 2022-04-13 | Smart quotes | Laurenz | |
| Co-Authored-By: Martin Haug <mhaug@live.de> | |||
| 2022-04-07 | Rename length-related types | Laurenz | |
| `Fractional` => `Fraction` `Relative` => `Ratio` `Linear` => `Relative` | |||
| 2022-03-14 | Knuth-Plass and MicroType | Laurenz | |
| 2022-03-11 | Rename template to content | Laurenz | |
| 2021-11-08 | Fine-grained capturing | Laurenz | |
| 2021-08-12 | Named arguments for user defined functions | Laurenz | |
| 2021-07-31 | Call args span now includes parens | Laurenz | |
| 2021-07-30 | Change indent from 4 to 2 spaces | 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-06-27 | Fix capturing bug | Laurenz | |
| 2021-05-18 | Reorganize test cases | Laurenz | |
