Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | loop: new if combinator. | Kaz Kylheku | 2022-04-01 | 1 | -0/+6 |
| | |||||
* | loop: new clauses first_then, for_var, collect_plus. | Kaz Kylheku | 2022-03-31 | 1 | -0/+14 |
| | |||||
* | iter: new minimizing, argmax, argmin clauses. | Kaz Kylheku | 2022-03-31 | 1 | -0/+47 |
| | |||||
* | iter: fix bug in list clause. | Kaz Kylheku | 2022-03-31 | 1 | -1/+1 |
| | |||||
* | loop: add summing, maximizing, while, until. | Kaz Kylheku | 2022-03-31 | 1 | -0/+31 |
| | |||||
* | iter: fix circular header inclusion issue. | Kaz Kylheku | 2022-03-31 | 1 | -4/+5 |
| | | | | | | | - Add forgotten define __CPPAWK_ITER_H. - This requires the include of "cons.h" to be moved a bit down, since that uses the doarray and whatnot. We move it above loop; "cons.h" doesn't use that. | ||||
* | Adding Lisp-inspired data and control utilities. | Kaz Kylheku | 2022-03-31 | 1 | -0/+166 |