Skip to content

Releases: keean/applicative_parser

1.0.23

10 Aug 17:26
Compare
Choose a tag to compare

Some internal properties renamed.

1.0.22

10 Aug 14:53
Compare
Choose a tag to compare

Categorical parser with controlled backtracking

1.0.21: add error messages to parser, new 'Try' combinator to control backtra…

30 Jul 21:30
Compare
Choose a tag to compare

Add error messages and control of backtracking with Try.

1.0.20: make Parser composable and strong to allow correct type signatures fo…

26 Jul 13:20
Compare
Choose a tag to compare

1.0.19

21 Jul 10:00
Compare
Choose a tag to compare

Change combinator and argument naming to reflect Profunctor and attribute grammar structures.

1.0.18

20 Jul 17:25
Compare
Choose a tag to compare

Tidy implementation of ArgMap.

1.0.17

20 Jul 10:35
Compare
Choose a tag to compare

Update show/symbols and test for L-Attribute Grammar

1.0.16

20 Jul 10:09
Compare
Choose a tag to compare

Fix ArgMap to take left siblings as an extra argument. This makes evaluation order deterministic, and the expressive power equivalent to an L-Attribute Grammar.

1.0.15

20 Jul 09:19
Compare
Choose a tag to compare

Fix types of seq and seqMap for inherited attributes.

1.0.14

19 Jul 17:08
Compare
Choose a tag to compare

Adjust types (of string, spaces, optSpaces) for composability.