Skip to content

v1.1.0

Compare
Choose a tag to compare
@fushar fushar released this 04 Dec 11:26
· 137 commits to master since this release

New features

  • It is now possible to omit SIZE() for a LINES() segment, as long as it is the last segment in an I/O format.
  • Brand new segments: RAW_LINE() and RAW_LINES(), which accept strings containing whitespaces.

Enhancements

  • I/O format errors after a vector/matrix now have the last indices reported in the error message. For example,

    Before:

    Expected: <newline> after 'D'
    

    Now:

    Expected: <newline> after 'D[1]'