Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Adding Lisp-inspired data and control utilities. | Kaz Kylheku | 2022-03-31 | 1 | -0/+3 |
| | |||||
* | Test for features not awks. | Kaz Kylheku | 2022-03-28 | 1 | -0/+4 |
| | | | | | Let's start the practice of setting up some feature macros in base.h. Then test for features elsewhere. | ||||
* | New <case.h> header and macro. | Kaz Kylheku | 2022-03-27 | 1 | -0/+43 |
This provides a portable case statement implemented directly as switch on GNU Awk, and using other approaches on other Awks that do not have switch. |