Skip to content

Releases: jaschdoc/flix-parsers

Version 0.1.9

10 Nov 21:08
v0.1.9
e51ed2f
Compare
Choose a tag to compare

This is release fixes compatibility with the latest version of Flix.

Version 0.1.8

05 May 15:57
v0.1.8
6feaccd
Compare
Choose a tag to compare

This is release fixes compatibility with the latest version of Flix.

Version 0.1.7

22 Mar 13:42
v0.1.7
9d2b7b6
Compare
Choose a tag to compare

This is release fixes compatibility with the latest version of Flix.

Version 0.1.6

10 Mar 19:25
v0.1.6
b59a9de
Compare
Choose a tag to compare

This is release fixes compatibility with the latest version of Flix.

Version 0.1.5

05 Apr 10:10
v0.1.5
fb92cbb
Compare
Choose a tag to compare

This is release fixes compatibility with the latest version of Flix.

  • Removes namespace keyword (uses mod instead).
  • Uses . as namespace separator instead of /.

Version 0.1.4

19 Mar 11:27
v0.1.4
7686dd7
Compare
Choose a tag to compare

This release is mostly just to fix compatibility with the latest Flix compiler.

  • Removes use of new keyword.
  • Removes use of foreach loop.
  • Updated namespaces to use new mod keyword and qualified tags.

Version 0.1.3

10 Mar 13:30
v0.1.3
Compare
Choose a tag to compare

This release is just to fix compatibility with an upcoming version of the Flix packager. See flix/flix#5134

Version 0.1.2

06 Jan 08:39
v0.1.2
Compare
Choose a tag to compare

This release is mostly just to fix compatibility with the Flix community build. See flix/flix#5235

  • All functions do not carry the last parameter, and instead return a lambda to make the API more readable.
  • Includes basic parser combinators so one should be able to write a few useful grammars with the library.

Version 0.1.1

15 Dec 19:32
v0.1.1
c7391bb
Compare
Choose a tag to compare
Version 0.1.1 Pre-release
Pre-release

Fixes compatibility in test suite with Flix 0.34.0 (version 0.1.0 was compatible with a newer version of Flix which is not yet released)

Version 0.1.0

11 Dec 20:34
v0.1.0
13a75f3
Compare
Choose a tag to compare
Version 0.1.0 Pre-release
Pre-release

Basic combinators have been implemented along with an implementation of a small arithmetic language.