Releases: natefaubion/purescript-language-cst-parser
Releases · natefaubion/purescript-language-cst-parser
v0.9.2
- Fix issue where a missing closing delimiter in a block comment could make the parser spin.
v0.9.1
- Export
lexToken
for parsing a single token.
v0.9.0
- Allow integer literals to be larger than 32-bits. This isn't a restriction of all backends.
v0.8.3
- Fix lexing of underscore tokens as identifiers.
- Fix offside rule for backtick to match normal operators.
v0.8.2
- Fixes lexing of underscores in Int literals.
v0.8.1
- Fix parsing of kinded types in parens (@i-am-the-slime).
v0.8.0
- Supports optional instance names.
v0.7.2
- Fix
RangOf
instance forLabeled
(@i-am-the-slime)
v0.7.1
Adds toRecovered
function for unifying parse result types.
v0.7.0
- Module sorting via a
ModuleHeader
getter.