s-cargot v0.1.3.0 Release Notes
Release Date: 2018-03-02 // almost 6 years ago-
๐ Features:
- โ Added the
Located
type for source location tracking foratom
values (thanks ckoparkar!) - โ Added
unconstrainedPrint
, which does not try to restrict a printed
๐ s-expression to a fixed width but will attempt to indent it in a
reasonable way nonetheless.
๐ Fixes:
- ๐ง Pretty-printing configurations created with
flatPrint
now use a
much more efficient pretty-printer. - ๐จ Internally, pretty-printers use a richer type which improves
๐ performance somewhat by cutting down on repeated intermediate
๐ printing, and future work will build on this to make printing even
more efficient.
- โ Added the