Split out period module.

This commit is contained in:
Dominik Pantůček 2023-03-13 20:18:01 +01:00
parent 8cc6b8ac43
commit 30be540f09
3 changed files with 184 additions and 131 deletions

View file

@ -26,7 +26,8 @@
(import testing
listing
dictionary
month)
month
period)
;; Print banner
(print "brmsaptool 0.2 (c) 2023 Brmlab, z.s.")
@ -36,4 +37,5 @@
(listing-tests!)
(dictionary-tests!)
(month-tests!)
(period-tests!)
(newline)