Skip to content

Releases: gkappler/CombinedParsers.jl

v0.2.1

01 Sep 11:21
Compare
Choose a tag to compare

CombinedParsers v0.2.1

Diff since v0.2.0

Closed issues:

  • Precompile fails on julia v1.6 (#20)
  • Code works in REPL but errors with transformation type signature mismatch if in a package (#30)

v0.2.0

21 Aug 10:25
Compare
Choose a tag to compare

CombinedParsers v0.2.0

Diff since v0.1.7

v0.1.7

25 Jul 12:19
Compare
Choose a tag to compare

CombinedParsers v0.1.7

Diff since v0.1.6

Closed issues:

  • Parsing nonstring data (#19)
  • join Repeat parser result in no repetition. (#25)
  • ParserCombinator.Delayed equivalent? (#26)

v0.1.6

25 Mar 12:25
Compare
Choose a tag to compare

CombinedParsers v0.1.6

Diff since v0.1.5

v0.1.5

05 Nov 01:20
Compare
Choose a tag to compare

CombinedParsers v0.1.5

Diff since v0.1.4

Closed issues:

  • join does not work on Numeric / iterate not defined (#11)

Merged pull requests:

  • Fix failing case of Bytes parser when there is only 1 byte in the stream (#12) (@rick2047)

v0.1.4

19 Aug 12:18
Compare
Choose a tag to compare

CombinedParsers v0.1.4

Diff since v0.1.3

v0.1.3

19 Aug 10:14
Compare
Choose a tag to compare

CombinedParsers v0.1.3

Diff since v0.1.2

Closed issues:

  • Parsing binary formats (#4)
  • Repeat_stop and Repeat_until are taking default Repeat_max values (#6)

Merged pull requests:

  • fixes #6 Repeat_stop and Repeat_until are taking default Repeat_max values (#8) (@rick2047)

v0.1.2

10 Aug 16:13
Compare
Choose a tag to compare

CombinedParsers v0.1.2

Diff since v0.1.1

v0.1.1

04 Aug 17:12
Compare
Choose a tag to compare

CombinedParsers v0.1.1

Diff since v0.1.0

v0.1.0

11 Jul 12:13
Compare
Choose a tag to compare

CombinedParsers v0.1.0

Merged pull requests:

  • CompatHelper: add new compat entry for "InternedStrings" at version "0.7" (#1) (@github-actions[bot])