Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | unbox: indentation fix. | Kaz Kylheku | 2022-04-05 | 1 | -1/+1 |
| | |||||
* | Add box_str function. | Kaz Kylheku | 2022-04-05 | 1 | -0/+5 |
| | |||||
* | start test cases for <cons.h> material. | Kaz Kylheku | 2022-04-04 | 1 | -30/+30 |
| | | | | | | Small documentation tweak. Numerous bugfixes as a result of testing: null, endp, stringp, symbolp, box, unbox, cdr, equal all found to have some issues. | ||||
* | Handle undefined value in type system. | Kaz Kylheku | 2022-04-04 | 1 | -1/+21 |
| | | | | New type code U indicates boxed undefined value. | ||||
* | 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 | 1 | -0/+12 |
| | |||||
* | Rename sym to box_sym. | Kaz Kylheku | 2022-04-04 | 1 | -1/+1 |
| | |||||
* | Rename nump to numberp. | Kaz Kylheku | 2022-04-04 | 1 | -5/+5 |
| | |||||
* | Get rid of true, false and __config_strict_false | Kaz Kylheku | 2022-04-04 | 1 | -23/+2 |
| | |||||
* | iter: split off some macros into iter-priv. | Kaz Kylheku | 2022-04-03 | 1 | -4/+4 |
| | | | | Use only iter-priv.h in cons.h. Use cons-priv.h in iter.h. | ||||
* | cons: split into private/public. | Kaz Kylheku | 2022-04-03 | 1 | -0/+724 |
A couple of loop clause macros now match the public macros, requiring a little adjustment. |