Work on migrating to the new dictionary implementation.

This commit is contained in:
Dominik Pantůček 2023-04-09 20:36:49 +02:00
parent 42466416cd
commit ced789ca06
7 changed files with 69 additions and 68 deletions

View file

@ -33,7 +33,7 @@
(import scheme
listing
dictionary
util-dict-list
month
period
util-list
@ -49,7 +49,7 @@
(define (run-all-tests!)
(listing-tests!)
(dictionary-tests!)
(ldict-tests!)
(month-tests!)
(period-tests!)
(util-list-tests!)