| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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-17 | Library functions behave more imperatively | Laurenz | |
| - Templates scope state changes - State-modifying function operate in place instead of returning a template - Internal template representation contains actual owned nodes instead of a pointer to a syntax tree + an expression map - No more wide calls | |||
| 2021-08-12 | Make range-end exclusive | Laurenz | |
| 2021-07-30 | Change indent from 4 to 2 spaces | Laurenz | |
| 2021-07-10 | Eco string 🌱 | Laurenz | |
| 2021-07-08 | Compare functions and templates by identity | Laurenz | |
| 2021-07-08 | Range operator | Laurenz | |
| 2021-06-26 | With expressions | Laurenz | |
| 2021-06-09 | Introduce `fr`s | Martin Haug | |
| 2021-05-18 | Reorganize test cases | Laurenz | |
