We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c4bed5 commit b455f08Copy full SHA for b455f08
CHANGELOG.md
@@ -1,3 +1,16 @@
1
+## Unreleased
2
+
3
+ * Allow arbitary repetitions in regexps.
4
+ Previously, the `r{n,m}` and related forms were restricted to single
5
+ digit numbers `n` and `m`.
6
7
+ * DFA minimization used to crash on tokens of the form `c*` which
8
+ produce automata with only accepting states. Considering the empty
9
+ set of non-accepting states as an equivalence class caused
10
+ minimization to crash with exception.
11
12
+ * A number of bug fixes and clearer diagnostics.
13
14
## Changes in 3.2.6:
15
16
* Support for the GHC 9.2.
0 commit comments