| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-11-29 | Reorganize library and tests | Laurenz | |
| 2022-11-21 | Don't display functions | Laurenz | |
| 2022-05-04 | New raw theme & nicer debug representation | Laurenz | |
| 2022-04-09 | Sum color and length into stroke | Laurenz | |
| 2022-03-11 | Rename template to content | 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-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-06-30 | Remove color literals (#39) | Laurenz | |
| 2021-06-10 | Restructure tests | Laurenz | |
| 2021-05-18 | Reorganize test cases | Laurenz | |
