Skip to content

Releases: natefaubion/purescript-language-cst-parser

v0.9.2

22 Aug 18:28
bb36765

Choose a tag to compare

  • Fix issue where a missing closing delimiter in a block comment could make the parser spin.

v0.9.1

22 Aug 02:03

Choose a tag to compare

  • Export lexToken for parsing a single token.

v0.9.0

11 Aug 14:39

Choose a tag to compare

  • Allow integer literals to be larger than 32-bits. This isn't a restriction of all backends.

v0.8.3

08 Aug 16:34

Choose a tag to compare

  • Fix lexing of underscore tokens as identifiers.
  • Fix offside rule for backtick to match normal operators.

v0.8.2

06 Aug 03:47

Choose a tag to compare

  • Fixes lexing of underscores in Int literals.

v0.8.1

23 Jul 14:05
71d84e6

Choose a tag to compare

v0.8.0

22 Jul 14:22

Choose a tag to compare

  • Supports optional instance names.

v0.7.2

03 Jul 20:26
f44b4e2

Choose a tag to compare

v0.7.1

27 Mar 15:12

Choose a tag to compare

Adds toRecovered function for unifying parse result types.

v0.7.0

27 Mar 15:04

Choose a tag to compare

  • Module sorting via a ModuleHeader getter.