Releases: natefaubion/purescript-language-cst-parser
Releases · natefaubion/purescript-language-cst-parser
v0.14.0
What's Changed
- Add shebang support by @natefaubion in #55
v0.13.0
- Adds support for type-application syntax.
v0.12.3
v0.12.2
What's Changed
- Correctly parse ado without any statements in it by @MonoidMusician in #46
v0.12.1
- Fixes length/position of symbol tokens.
v0.12.0
What's Changed
- Updated dependencies for PureScript 0.15 by @thomashoneyman in #42
- Fixed #41 by adding support for negative type-level integers by @thomashoneyman in #42
v0.11.0
- 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
- Fixes issue in implementation of
many
combinator that could fail to throw an error, truncating code.
v0.10.0
- Improves performance by around 25% with different parser internals.
- Fixes recovery semantics so it can recover when no input has been consumed.