Skip to content

Releases: j-mie6/ParsleyHaskell

Parsley 2.0.0.1

20 Aug 08:31
c023bd3
Compare
Choose a tag to compare

Adds GHC 9.6 support

Full Changelog: v2.0.0.0...v2.0.0.1

Parsley 2.0.0.0

24 Nov 22:47
817f8c2
Compare
Choose a tag to compare

Removed old Precedence API: the new version is from "Design Patterns for Parser Combinators". Some other combinators are renamed in accordance with that paper too. Some API cleanup too: runParser is now parse, and input reading combinators are moved to Parsley.Char. Some minor additions, like RANGES to Defunc, and digit, letter, letterOrDigit.

Parsley 1.0.2.0

14 Nov 12:49
91cd92d
Compare
Choose a tag to compare

Adds a local_ combinator, for local assignment using a pure value. Also adds localModify and localModify_ for local modification using a function (pure or parsed).

Parsley 1.0.1.0

13 Nov 22:30
e784318
Compare
Choose a tag to compare

This release supports the new functionality added in parsley-core-1.8.0.0, namely position tracking:

  • Added line parser.
  • Added col parser.
  • Added pos parser.

This added functionality has a small impact on the performance of the library, however future core releases will no doubt improve on the already minor regression.

Parsley 1.0.0.3

29 Oct 09:39
f455adc
Compare
Choose a tag to compare

Enables forwards compatibility with the known changes for parsley-core-2.0.0.0. Some functions are now directly exported from parsley instead of parsley-core.

What's Changed

New Contributors

Parsley 1.0.0.2

13 Aug 14:00
c86555b
Compare
Choose a tag to compare

Small optimisation for core 1.6+, added top level try to runParser.

Parsley 1.0.0.1

29 Jun 09:54
2c10cdd
Compare
Choose a tag to compare

Improved the code generation of oneOf and noneOf as per #15.

Parsley 1.0.0.0

12 Jun 16:16
Compare
Choose a tag to compare
  • Factored all of the Parsley.Internal modules out into parsley-core package

Parsley 0.1.1.0

10 Jun 17:05
Compare
Choose a tag to compare
  • Added IF_S, LAM_S and LET_S to Defunc, which can be used with overloaded syntax
  • Admin: Removed idioms-plugin and lift-plugin from the test suite, depending on parsley-garnish instead
  • Fixed building with GHC 9

Parsley 0.1.0.1

22 May 22:48
4592b80
Compare
Choose a tag to compare

First release! 🥳