gdritter repos s-cargot / 97ebde5
Version bump and update changelog Getty Ritter 6 years ago
2 changed file(s) with 21 addition(s) and 1 deletion(s). Collapse all Expand all
1 v0.1.3.0
2 =======
3
4 Features:
5
6 * Added the `Located` type for source location tracking for `atom`
7 values (thanks ckoparkar!)
8 * Added `unconstrainedPrint`, which does not try to restrict a printed
9 s-expression to a fixed width but will attempt to indent it in a
10 reasonable way nonetheless.
11
12 Fixes:
13
14 * Pretty-printing configurations created with `flatPrint` now use a
15 _much_ more efficient pretty-printer.
16 * Internally, pretty-printers use a richer type which improves
17 performance somewhat by cutting down on repeated intermediate
18 printing, and future work will build on this to make printing even
19 more efficient.
20
121 v0.1.2.0
222 =======
323
11 name: s-cargot
2 version: 0.1.2.0
2 version: 0.1.3.0
33 synopsis: A flexible, extensible s-expression library.
44 homepage: https://github.com/aisamanra/s-cargot
55 description: S-Cargot is a library for working with s-expressions in