- Renamed the untyped sequence list constructor from
seq()
toseqOf()
, and makeseq()
return typed tuples. - Add
Char.toParser()
andString.toParser()
. - Add missing
Parser.neg()
operator. - Fix and update build confirmation.
- Initial release of PetitParser for Kotlin.