aboutsummaryrefslogtreecommitdiffstats
path: root/cppawk-include/iter.h
Commit message (Collapse)AuthorAgeFilesLines
* iter, vars, fun: use only cons-priv.Kaz Kylheku2022-04-031-8/+8
|
* iter: split off some macros into iter-priv.Kaz Kylheku2022-04-031-32/+36
| | | | Use only iter-priv.h in cons.h. Use cons-priv.h in iter.h.
* cons: split into private/public.Kaz Kylheku2022-04-031-15/+15
| | | | | A couple of loop clause macros now match the public macros, requiring a little adjustment.
* loop: new if combinator.Kaz Kylheku2022-04-011-0/+6
|
* loop: new clauses first_then, for_var, collect_plus.Kaz Kylheku2022-03-311-0/+14
|
* iter: new minimizing, argmax, argmin clauses.Kaz Kylheku2022-03-311-0/+47
|
* iter: fix bug in list clause.Kaz Kylheku2022-03-311-1/+1
|
* loop: add summing, maximizing, while, until.Kaz Kylheku2022-03-311-0/+31
|
* iter: fix circular header inclusion issue.Kaz Kylheku2022-03-311-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 Kylheku2022-03-311-0/+166