aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* cons-priv: fix uses of nil that should be __nil.Kaz Kylheku2022-04-132-3/+3
* cons-priv: move include of varg-priv down.Kaz Kylheku2022-04-131-4/+3
* narg man page: mention narg() returning 1 in BUGS.Kaz Kylheku2022-04-131-0/+18
* narg man page: remove stray character from synopsis.Kaz Kylheku2022-04-131-1/+1
* Some egawk support: use @let in case if available.Kaz Kylheku2022-04-133-2/+18
* call: allow empty argument list.Kaz Kylheku2022-04-131-1/+1
* cppawk-narg man page: fit example to 80 cols.Kaz Kylheku2022-04-131-1/+2
* fun() must expand arg; fix __fun clash issue.Kaz Kylheku2022-04-133-2/+4
* fun now implemented by fun-priv.Kaz Kylheku2022-04-133-24/+59
* narg: new variaexpand macro.Kaz Kylheku2022-04-124-0/+150
* narg: new variexpand macro.Kaz Kylheku2022-04-074-10/+199
* cons man page: formatting fixesKaz Kylheku2022-04-051-7/+9
* New function equalize.Kaz Kylheku2022-04-054-16/+151
* unbox: indentation fix.Kaz Kylheku2022-04-051-1/+1
* cons man page: whitespace fix in notation.Kaz Kylheku2022-04-051-2/+2
* equal: test cases, documentation.Kaz Kylheku2022-04-052-0/+151
* cons man page: new convention for undefined vars.Kaz Kylheku2022-04-051-7/+13
* cons man page: runaway bold.Kaz Kylheku2022-04-051-1/+1
* cons man page: missing periods.Kaz Kylheku2022-04-051-2/+2
* Add box_str function.Kaz Kylheku2022-04-054-1/+18
* man page: cross-ref other pages in SEE ALSO.Kaz Kylheku2022-04-051-1/+1
* README: give link to cppawk-cons man page.Kaz Kylheku2022-04-051-1/+3
* README: give links to man pages.Kaz Kylheku2022-04-051-4/+5
* Document sexp function.Kaz Kylheku2022-04-041-0/+111
* start test cases for <cons.h> material.Kaz Kylheku2022-04-044-38/+391
* Starting man page for <cons.h>.Kaz Kylheku2022-04-041-0/+775
* Handle undefined value in type system.Kaz Kylheku2022-04-041-1/+21
* 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-042-0/+14
* Rename sym to box_sym.Kaz Kylheku2022-04-042-2/+2
* Rename nump to numberp.Kaz Kylheku2022-04-042-6/+6
* Fix incorrect #defines for and and or.Kaz Kylheku2022-04-041-2/+2
* Get rid of true, false and __config_strict_falseKaz Kylheku2022-04-041-23/+2
* iter, vars, fun: use only cons-priv.Kaz Kylheku2022-04-034-15/+18
* iter: split off some macros into iter-priv.Kaz Kylheku2022-04-033-36/+85
* cons: split into private/public.Kaz Kylheku2022-04-034-739/+821
* cons: rename tolisp and toawk functions.Kaz Kylheku2022-04-031-6/+6
* varg-priv: fix circular dep with cons.Kaz Kylheku2022-04-021-5/+5
* README.md: posit why cpp is so effective over awk.Kaz Kylheku2022-04-011-1/+15
* README: give link to testcases-iter.Kaz Kylheku2022-04-011-1/+2
* README: start touting loop.Kaz Kylheku2022-04-011-1/+62
* loop: new if combinator.Kaz Kylheku2022-04-012-0/+43
* loop: new clauses first_then, for_var, collect_plus.Kaz Kylheku2022-03-312-0/+50
* list_add: fix multiple evaluation and paren problem.Kaz Kylheku2022-03-311-1/+6
* iter: new minimizing, argmax, argmin clauses.Kaz Kylheku2022-03-312-0/+78
* iter: fix bug in list clause.Kaz Kylheku2022-03-311-1/+1
* loop: add summing, maximizing, while, until.Kaz Kylheku2022-03-312-0/+108
* iter: fix circular header inclusion issue.Kaz Kylheku2022-03-311-4/+5