Skip to content

Releases: discus-lang/inchworm

inchworm-1.1.1.2

02 Jan 03:43
Compare
Choose a tag to compare
  • Add Eq, Ord instances for Location, Range
  • Add non-IO wrappers.

inchworm-1.1.1.1

02 Jan 02:18
Compare
Choose a tag to compare
  • Matching combinators now produce the range of source locations that matched,
    instead of just the starting location.

  • Line and column offsets are now 0-based instead of 1-based,
    for easier inteface with client editors that expect this (eg VSCode).

  • Thanks to Amos Robinson: Haskell string parser now correctly handles strings
    gaps and the string escape character '\&'