Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 301 Bytes

CHANGES.md

File metadata and controls

10 lines (7 loc) · 301 Bytes

1.1.0

  • Renamed the untyped sequence list constructor from seq() to seqOf(), and make seq() return typed tuples.
  • Add Char.toParser() and String.toParser().
  • Add missing Parser.neg() operator.
  • Fix and update build confirmation.

1.0.0

  • Initial release of PetitParser for Kotlin.