| Commit message (Expand) | Author | Age | Files | Lines |
* | loop: records: don't loop if file can't be oopened. | Kaz Kylheku | 2022-07-02 | 1 | -1/+1 |
* | loop: new records clause. | Kaz Kylheku | 2022-04-23 | 1 | -0/+7 |
* | loop: new counting clause. | Kaz Kylheku | 2022-04-23 | 1 | -0/+7 |
* | iter: argmax, argmin: argument need not be variable! | Kaz Kylheku | 2022-04-23 | 1 | -24/+24 |
* | loop: argmax: single iter must produce arg. | Kaz Kylheku | 2022-04-19 | 1 | -2/+2 |
* | loop: argmax: no iters must produce nil. | Kaz Kylheku | 2022-04-19 | 1 | -2/+2 |
* | iter: rename loop_cross and lockstep. | Kaz Kylheku | 2022-04-18 | 1 | -7/+7 |
* | Add missing Copyright 2022 into license headers. | Kaz Kylheku | 2022-04-16 | 1 | -1/+1 |
* | Rename some array and field conversion functions. | Kaz Kylheku | 2022-04-16 | 1 | -0/+7 |
* | iter: take advantage of @let if available. | Kaz Kylheku | 2022-04-14 | 1 | -15/+54 |
* | iter: indentation fix. | Kaz Kylheku | 2022-04-14 | 1 | -5/+5 |
* | iter, vars, fun: use only cons-priv. | Kaz Kylheku | 2022-04-03 | 1 | -8/+8 |
* | iter: split off some macros into iter-priv. | Kaz Kylheku | 2022-04-03 | 1 | -32/+36 |
* | cons: split into private/public. | Kaz Kylheku | 2022-04-03 | 1 | -15/+15 |
* | 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 |
* | Adding Lisp-inspired data and control utilities. | Kaz Kylheku | 2022-03-31 | 1 | -0/+166 |