Prepare the new ldict implementation.

This commit is contained in:
Dominik Pantůček 2023-07-07 12:07:19 +02:00
parent 1d9edaa320
commit fd927e3569
5 changed files with 38 additions and 9 deletions

View file

@ -584,3 +584,9 @@ Returns true if both BSTs contain the same keys and values.
(import util-bst-bdict)
Reimplementation of old number-only BST dictionary.
## util-bst-ldict [module]
(import util-bst-ldict)
Reimplementation of old list-based symbol dictionary using new BST backend.