summary refs log tree commit diff
path: root/bin/order.y (follow)
Commit message (Collapse)AuthorAge
* Clean up order lexerJune McEnroe2021-01-01
|
* Support unary + in orderJune McEnroe2020-12-30
| | | | Missed this because operator(7) just doesn't list it, oddly.
* Read from stdin in orderJune McEnroe2020-07-18
|
* Declare vasprintf(3) for GNUJune McEnroe2019-05-20
| | | | | who the fuck is scraeming "#define _GNU_SOURCE" at my house. show yourself, coward. i will never #define _GNU_SOURCE
* Specify precedence of unary versions of operatorsJune McEnroe2019-05-19
|
* Add compound assignment operators to orderJune McEnroe2019-05-18
|
* Support simple assignment in orderJune McEnroe2019-05-15
|
* Implement sizeof in orderJune McEnroe2019-05-15
|
* Add orderJune McEnroe2019-05-15