| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-11-29 | Reorganize library and tests | Laurenz | |
| 2022-05-01 | Outset; fix folding | Martin Haug | |
| 2022-01-04 | Code Review: Your parsers were so preoccupied with whether they could | Martin Haug | |
| 2022-01-02 | Fix parser / space / error bug | Martin Haug | |
| 2022-01-02 | Added a test framework for incremental parsing | Martin Haug | |
| Fix several errors: - Indented markup is now reparsed right - All end group errors will now fail a reparse - Rightmost errors will always fail a reparse | |||
| 2021-11-25 | Layout improvements | Laurenz | |
| 2021-11-05 | New error handling | Martin Haug | |
| 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 | Switch to = for headings once again | Laurenz | |
| 2021-06-09 | Move invalid syntax tests into appropriate places | Laurenz | |
| 2021-05-23 | A few predefined colors for testing | Laurenz | |
| 2021-05-18 | Reorganize test cases | Laurenz | |
