Add tables and spinners

This commit is contained in:
Dimitri Lozeve 2021-11-22 18:29:40 +01:00
parent 51f5e862a3
commit ac81aeaddc
5 changed files with 77 additions and 3 deletions

View file

@ -18,7 +18,12 @@
parse-tag
parse-markup
remove-markup
rule)
rule
make-table
table-header
table-row
table-footer
spinner)
(import scheme
(chicken base)
@ -31,5 +36,6 @@
(include "colors.scm")
(include "format.scm")
(include "rule.scm")
(include "table.scm")
(include "spinner.scm")
)