| Commit message (Expand) | Author | Age | Files | Lines |
* | narg: new variaexpand macro. | Kaz Kylheku | 2022-04-12 | 2 | -0/+101 |
* | narg: new variexpand macro. | Kaz Kylheku | 2022-04-07 | 2 | -4/+103 |
* | New function equalize. | Kaz Kylheku | 2022-04-05 | 2 | -4/+27 |
* | unbox: indentation fix. | Kaz Kylheku | 2022-04-05 | 1 | -1/+1 |
* | Add box_str function. | Kaz Kylheku | 2022-04-05 | 2 | -0/+6 |
* | start test cases for <cons.h> material. | Kaz Kylheku | 2022-04-04 | 1 | -30/+30 |
* | Handle undefined value in type system. | Kaz Kylheku | 2022-04-04 | 1 | -1/+21 |
* | unbox: handle nil => "nil" | Kaz Kylheku | 2022-04-04 | 1 | -0/+2 |
* | __li, __listar: indentation fix. | Kaz Kylheku | 2022-04-04 | 1 | -2/+2 |
* | box_sym: handle "nil" -> nil. | Kaz Kylheku | 2022-04-04 | 1 | -1/+1 |
* | New accessors stringp and symbolp. | Kaz Kylheku | 2022-04-04 | 2 | -0/+14 |
* | Rename sym to box_sym. | Kaz Kylheku | 2022-04-04 | 2 | -2/+2 |
* | Rename nump to numberp. | Kaz Kylheku | 2022-04-04 | 2 | -6/+6 |
* | Fix incorrect #defines for and and or. | Kaz Kylheku | 2022-04-04 | 1 | -2/+2 |
* | Get rid of true, false and __config_strict_false | Kaz Kylheku | 2022-04-04 | 1 | -23/+2 |
* | iter, vars, fun: use only cons-priv. | Kaz Kylheku | 2022-04-03 | 3 | -14/+14 |
* | iter: split off some macros into iter-priv. | Kaz Kylheku | 2022-04-03 | 3 | -36/+85 |
* | cons: split into private/public. | Kaz Kylheku | 2022-04-03 | 4 | -739/+821 |
* | cons: rename tolisp and toawk functions. | Kaz Kylheku | 2022-04-03 | 1 | -6/+6 |
* | varg-priv: fix circular dep with cons. | Kaz Kylheku | 2022-04-02 | 1 | -5/+5 |
* | 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 |
* | list_add: fix multiple evaluation and paren problem. | Kaz Kylheku | 2022-03-31 | 1 | -1/+6 |
* | 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 | 7 | -0/+1385 |
* | narg: rename some arguments. | Kaz Kylheku | 2022-03-29 | 1 | -1/+1 |
* | case: add mixed clause. | Kaz Kylheku | 2022-03-29 | 2 | -0/+10 |
* | nargs: add splice macro. | Kaz Kylheku | 2022-03-29 | 2 | -0/+4 |
* | New public header <narg.h>. | Kaz Kylheku | 2022-03-29 | 1 | -0/+39 |
* | __revargs: rename to __revarg to rhyme with narg. | Kaz Kylheku | 2022-03-28 | 1 | -1/+1 |
* | narg: 16 argument safety red zone. | Kaz Kylheku | 2022-03-28 | 1 | -8/+21 |
* | Settle on single, most general __varexpand. | Kaz Kylheku | 2022-03-28 | 2 | -130/+79 |
* | __varexpand_simple: get rid of __rep_ macros. | Kaz Kylheku | 2022-03-28 | 1 | -136/+1 |
* | Test for features not awks. | Kaz Kylheku | 2022-03-28 | 2 | -1/+5 |
* | Simplify definition of variadic macros. | Kaz Kylheku | 2022-03-28 | 2 | -8/+16 |
* | Remove stray character in macro expansion. | Kaz Kylheku | 2022-03-28 | 1 | -1/+1 |
* | Fix some include guards lacking trailing _H. | Kaz Kylheku | 2022-03-28 | 2 | -3/+3 |
* | New <case.h> header and macro. | Kaz Kylheku | 2022-03-27 | 5 | -1/+493 |
* | Keep empty cppawk-include directory. | Kaz Kylheku | 2022-03-24 | 1 | -0/+1 |
* | get rid of <stdver.h> header. | Kaz Kylheku | 2022-03-23 | 1 | -1/+0 |
* | Add cppawk-include directory and <stdver.h> header. | Kaz Kylheku | 2022-03-18 | 1 | -0/+1 |