• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..11-Dec-2020-

internal/H11-Dec-2020-1,5431,162

READMEH A D11-Dec-2020735 1713

base.sldH A D11-Dec-2020650 1615

color.scmH A D11-Dec-20201.5 KiB4436

color.sldH A D11-Dec-2020231 76

column.scmH A D11-Dec-202017.5 KiB481446

columnar.sldH A D11-Dec-2020514 1413

unicode.scmH A D11-Dec-20207.3 KiB135117

unicode.sldH A D11-Dec-2020168 54

README

1SRFI-159 is '(chibi show)' library from chibi scheme. Imported from
2commit 5c43ca77 (move the col+ansi test to color section, 2019-11-07).
3
4The library is restructured to become (srfi 159) (or (scheme
5show)). This is mostly about sld changes:
6
7chibi/show.sld          becomes srfi-159/internal/util.sld
8chibi/show/base.sld     becomes srfi-159/internal/base.sld
9chibi/show/color.sld    becomes srfi-159/color.sld
10chibi/show/column.sld   becomes srfi-159/columnar.sld
11chibi/show/pretty.sld   becomes srfi-159/internal/pretty.sld
12chibi/show/unicode.sld  becomes srfi-159/unicode.sld
13
14All .scm files keep their names from chibi except show.scm being
15renamed to util.scm. monad.scm is new because we don't import
16(chibi monad environment)
17