summaryrefslogtreecommitdiffstats
path: root/tree.c
Commit message (Expand)AuthorAgeFilesLines
* Copyright year bump 2020.Kaz Kylheku2019-12-311-1/+1
* tree: printing: handle unnamed functions.Kaz Kylheku2019-10-161-3/+7
* tree: copy-search-tree function.Kaz Kylheku2019-10-161-0/+22
* tree: node set functions and syntactic places.Kaz Kylheku2019-10-161-0/+24
* tree: introduce copy-tnode.Kaz Kylheku2019-10-161-0/+8
* tree: api: harmonize deletion with insertion.Kaz Kylheku2019-10-151-2/+9
* tree: add tree-clear function.Kaz Kylheku2019-10-071-0/+11
* tree: make node insertion external.Kaz Kylheku2019-10-071-1/+1
* tree: insert must clear left/right links.Kaz Kylheku2019-10-071-0/+3
* tree: tree iterators.Kaz Kylheku2019-10-031-1/+54
* tree: bug in key handling in insertion.Kaz Kylheku2019-10-011-16/+17
* tree: crash when root is to be replaced.Kaz Kylheku2019-10-011-4/+9
* tree: add treep predicate.Kaz Kylheku2019-09-301-0/+6
* tree: allow quasiquoting into #T syntax.Kaz Kylheku2019-09-281-0/+25
* New data structure: binary search trees.Kaz Kylheku2019-09-251-0/+492
* New data type: tnode.Kaz Kylheku2019-09-221-0/+91