aboutsummaryrefslogtreecommitdiff
path: root/src/parser_pos.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add multi-pointer types `[^]T`gingerBill2021-08-211-0/+2
* Make `or_else` and `or_return` operators (binary and suffix respectively)gingerBill2021-08-151-0/+4
* Remove `try`; Replace `try x else y` with `or_else(x, y)`gingerBill2021-07-051-4/+0
* Try `try` and `or_else` built-in procedures with operators `try` and `try else`gingerBill2021-07-041-0/+4
* Fix `ast_end_token` for `[?]T` typesgingerBill2021-06-031-1/+5
* Fix `ast_end_token`gingerBill2021-05-211-2/+11
* Add range-based error messages to `-verbose-errors`gingerBill2021-05-191-0/+331