propensive / cellulose

A comprehensive Scala library for working with CoDL files
1 stars 0 forks source link

`Codl.parse` should take a `LazyList[Bytes]` #8

Closed propensive closed 1 year ago

propensive commented 1 year ago

Currently it's written in terms of a Reader.

propensive commented 1 year ago

It now takes a LazyList[Text], which is more apt.