Skip to content

Releases: gallais/agdarsec

Providing an entrypoint free of level-polymorphism

23 Jul 10:01
03b8c4e
Compare
Choose a tag to compare

Even thought the level polymorphism may be useful in some cases, we provide an entrypoint
stripped of all level polymorphism which should make writing simple parsers a lot easier.

Tested with:

  • Agda version 2.6.2
  • Agda's standard library version 1.7

Providing a convenient `Text.Parser` entrypoint

18 Dec 10:38
Compare
Choose a tag to compare

Text.Parser re-exports specialised combinators and convenient running
functions for the case where the input is a vector of characters. This
should make using the library a lot easier.

Tested with:

  • Agda version 2.6.1.1
  • Agda's standard library version 1.4

Now with level polymorphism!

29 Nov 22:08
51c49bf
Compare
Choose a tag to compare

Tested with:

  • Agda version 2.6.1
  • Agda's standard library Version 1.4

Now with an experimental lexer!

29 Mar 08:28
Compare
Choose a tag to compare

Tested with:

  • Agda 2.5.4.2
  • Standard library 0.17

Update to Agda v2.5.4.1 and stdlib v0.17

29 Oct 14:56
Compare
Choose a tag to compare

Same as v0.2 except that it now supports:

Agda version 2.5.4
Agda's standard library version 0.16

Update to Agda v2.5.4 and stdlib v0.16

06 Oct 19:59
Compare
Choose a tag to compare

Same as v0.2 except that it now supports:

Agda version 2.5.4
Agda's standard library version 0.16

agdarsec is now instrumented!

06 Oct 19:53
Compare
Choose a tag to compare

This release:

  • introduces a notion of parser parameters
  • provides monad transformers for end users
  • provides ways to instrument a parser (cf. blog post)

Tested with:

  • Agda version 2.5.3
  • Agda's standard library version 0.14

Update to Agda v2.5.3 and stdlib v0.14

21 Apr 12:20
7b30958
Compare
Choose a tag to compare

Same as v0.1 except that it now supports:

  • Agda version 2.5.3
  • Agda's standard library version 0.14

First release

21 Apr 12:11
Compare
Choose a tag to compare

This version of the library has been tested with:

  • Agda version 2.5.2
  • Agda's standard library version 0.13.