Differences From Artifact [19ce46ba]:
- File pollen.rkt — part of check-in [c8598882] at 2020-02-20 03:00:14 on branch trunk — Use new init script & revise makefile to ensure series info is accurate after a clean rebuild (user: joel, size: 4329) [annotate] [blame] [check-ins using]
To Artifact [da1550cf]:
- File pollen.rkt — part of check-in [8af3b9ce] at 2020-02-29 16:12:23 on branch trunk — Implement excerpts ([10e20e5ab65]) (user: joel, size: 4406) [annotate] [blame] [check-ins using]
︙ | |||
71 72 73 74 75 76 77 78 79 80 81 82 83 84 | 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 | + + + | #'(define (TAG . args) (case (current-poly-target) [(POLY-TARGET) (apply POLY-FUNC args)] ... [else (apply DEFAULT-FUNC args)])))])) ;; Define all the tag functions (poly-branch-tag root) (poly-branch-tag title) (poly-branch-tag excerpt) (poly-branch-tag excerpt*) (poly-branch-tag p) (poly-branch-tag i) (poly-branch-tag em) (poly-branch-tag b) (poly-branch-tag strong) (poly-branch-tag strike) |
︙ |