Parse month comments in period parsing, start work on streamlined period representation.
This commit is contained in:
parent
58f6391345
commit
ae0c00da50
2 changed files with 22 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue