Parse month comments in period parsing, start work on streamlined period representation.

This commit is contained in:
Dominik Pantůček 2023-03-27 17:14:25 +02:00
parent 58f6391345
commit ae0c00da50
2 changed files with 22 additions and 2 deletions

View file

@ -130,7 +130,7 @@
(define (print-member-source mr)
(let* ((lines (dict-ref mr 'source mr))
(file-name (dict-ref mr 'file-name))
(hls (dict-ref mr 'highlights)))
(hls (dict-ref mr 'highlights '())))
(print file-name ":")
(print-source-listing
lines