aboutsummaryrefslogtreecommitdiffstats
path: root/cppawk-include/cons-priv.h
Commit message (Collapse)AuthorAgeFilesLines
* unbox: indentation fix.Kaz Kylheku2022-04-051-1/+1
|
* Add box_str function.Kaz Kylheku2022-04-051-0/+5
|
* start test cases for <cons.h> material.Kaz Kylheku2022-04-041-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 Kylheku2022-04-041-1/+21
| | | | New type code U indicates boxed undefined value.
* unbox: handle nil => "nil"Kaz Kylheku2022-04-041-0/+2
|
* __li, __listar: indentation fix.Kaz Kylheku2022-04-041-2/+2
|
* box_sym: handle "nil" -> nil.Kaz Kylheku2022-04-041-1/+1
|
* New accessors stringp and symbolp.Kaz Kylheku2022-04-041-0/+12
|
* Rename sym to box_sym.Kaz Kylheku2022-04-041-1/+1
|
* Rename nump to numberp.Kaz Kylheku2022-04-041-5/+5
|
* Get rid of true, false and __config_strict_falseKaz Kylheku2022-04-041-23/+2
|
* iter: split off some macros into iter-priv.Kaz Kylheku2022-04-031-4/+4
| | | | Use only iter-priv.h in cons.h. Use cons-priv.h in iter.h.
* cons: split into private/public.Kaz Kylheku2022-04-031-0/+724
A couple of loop clause macros now match the public macros, requiring a little adjustment.