Skip to content

Releases: natefaubion/purescript-language-cst-parser

v0.14.1

28 Feb 01:11
c3fa31b

Choose a tag to compare

What's Changed

  • Properly visit types and expressions that are part of application spine by @fsoikin in #59

New Contributors

Full Changelog: v0.14.0...v0.14.1

v0.13.0

01 Jun 21:43
5621f2e

Choose a tag to compare

  • Adds support for type-application syntax.

v0.12.3

01 Apr 20:27
7a0a448

Choose a tag to compare

v0.12.2

05 Mar 16:39
a7ca658

Choose a tag to compare

What's Changed

v0.12.1

22 May 15:33

Choose a tag to compare

  • Fixes length/position of symbol tokens.

v0.12.0

09 May 17:26
6d3e406

Choose a tag to compare

What's Changed

v0.11.0

30 Apr 15:35
537be45

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

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

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

Choose a tag to compare

  • Fixes issue where some parse errors could be ignored, yielding a successful parse with dropped tokens missing. #25