aboutsummaryrefslogtreecommitdiff
path: root/module/hnh/util/table.scm (follow)
Commit message (Collapse)AuthorAge
* Add printer for tables.Hugo Hörnquist2023-12-01
| | | | | | Previsouly the underlying tree structure was exposed, as a nested set of scheme records. That was "unreadable", and rather unhelpfull, since table being trees is ONLY an implementation detail.
* Remove commented srfi-9 import.Hugo Hörnquist2023-10-18
|
* Add fallback arg for table-get.Hugo Hörnquist2023-10-16
|
* Add number of clearifying comments + minor cleanup.Hugo Hörnquist2023-10-16
|
* Major work on, something.Hugo Hörnquist2023-09-05
|
* Add tree->list, -map, and -fold.Hugo Hörnquist2023-04-24
|
* Add basic table.Hugo Hörnquist2023-04-24