Skip to content

Releases: natefaubion/purescript-language-cst-parser

v0.14.0

28 Feb 01:11
67323ef
Compare
Choose a tag to compare

What's Changed

v0.13.0

01 Jun 21:43
5621f2e
Compare
Choose a tag to compare
  • Adds support for type-application syntax.

v0.12.3

01 Apr 20:27
7a0a448
Compare
Choose a tag to compare

v0.12.2

05 Mar 16:39
a7ca658
Compare
Choose a tag to compare

What's Changed

v0.12.1

22 May 15:33
Compare
Choose a tag to compare
  • Fixes length/position of symbol tokens.

v0.12.0

09 May 17:26
6d3e406
Compare
Choose a tag to compare

What's Changed

v0.11.0

30 Apr 15:35
537be45
Compare
Choose a tag to compare
  • Updated to parse 0.15 syntax (type level ints, removes deprecated syntax) @JordanMartinez.
  • Fixes parsing of raw string literals in record labels (@i-am-the-slime).

v0.10.1

04 Apr 16:35
Compare
Choose a tag to compare
  • Fixes issue in implementation of many combinator that could fail to throw an error, truncating code.

v0.10.0

01 Mar 21:33
Compare
Choose a tag to compare
  • Improves performance by around 25% with different parser internals.
  • Fixes recovery semantics so it can recover when no input has been consumed.

v0.9.3

24 Sep 00:24
Compare
Choose a tag to compare
  • Fixes issue where some parse errors could be ignored, yielding a successful parse with dropped tokens missing. #25