Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add box_str function. | Kaz Kylheku | 2022-04-05 | 1 | -0/+1 |
| | |||||
* | New accessors stringp and symbolp. | Kaz Kylheku | 2022-04-04 | 1 | -0/+2 |
| | |||||
* | Rename sym to box_sym. | Kaz Kylheku | 2022-04-04 | 1 | -1/+1 |
| | |||||
* | Rename nump to numberp. | Kaz Kylheku | 2022-04-04 | 1 | -1/+1 |
| | |||||
* | Fix incorrect #defines for and and or. | Kaz Kylheku | 2022-04-04 | 1 | -2/+2 |
| | |||||
* | cons: split into private/public. | Kaz Kylheku | 2022-04-03 | 1 | -690/+48 |
| | | | | | A couple of loop clause macros now match the public macros, requiring a little adjustment. | ||||
* | cons: rename tolisp and toawk functions. | Kaz Kylheku | 2022-04-03 | 1 | -6/+6 |
| | | | | The new terminology is box and unbox. | ||||
* | list_add: fix multiple evaluation and paren problem. | Kaz Kylheku | 2022-03-31 | 1 | -1/+6 |
| | |||||
* | Adding Lisp-inspired data and control utilities. | Kaz Kylheku | 2022-03-31 | 1 | -0/+719 |