~jaro/balkon

ref: 07b55a3860ee3d685303213a96c9b7bad0fec7ad balkon/balkon.cabal -rw-r--r-- 7.6 KiB
Add helper function for run-length encoding.
Generalise text from SpanData for other tests.
Prepare for extending ProtoRun.
Bump version to 1.0.0.1.
Consolidate tree types into one.
Handle ancestor boxes in rich layout.
Add ancestor boxes to interface.
Implement finding box edges.
Use ResolvedBox when flattening trees.
Define ResolvedBox.
Separate WithSpan for sharing with other modules.
Test Rich layout.
Implement piecewise paragraph construction.
Add public Rich interface.
Add basic support for Rich layout.
Define tree for structuring paragraph content.
Define BoxOptions and TextOptions for formatting.

Differentiating the two record types reflects the fact that the root
inline box cannot be styled but its text contents can.
Separate interface-independent layout algorithm.
Separate interface-independent constants.
Qualify Plain interface.
Next