| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add multi-pointer types `[^]T` | gingerBill | 2021-08-21 | 1 | -0/+2 |
| | | |||||
| * | Make `or_else` and `or_return` operators (binary and suffix respectively) | gingerBill | 2021-08-15 | 1 | -0/+4 |
| | | |||||
| * | Remove `try`; Replace `try x else y` with `or_else(x, y)` | gingerBill | 2021-07-05 | 1 | -4/+0 |
| | | |||||
| * | Try `try` and `or_else` built-in procedures with operators `try` and `try else` | gingerBill | 2021-07-04 | 1 | -0/+4 |
| | | |||||
| * | Fix `ast_end_token` for `[?]T` types | gingerBill | 2021-06-03 | 1 | -1/+5 |
| | | |||||
| * | Fix `ast_end_token` | gingerBill | 2021-05-21 | 1 | -2/+11 |
| | | |||||
| * | Add range-based error messages to `-verbose-errors` | gingerBill | 2021-05-19 | 1 | -0/+331 |
| Example: Cannot convert '(1 + 2)' to 'untyped bool' from 'untyped integer' x := (1 + 2) * true; ^~~~~~^ | |||||