Releases: let-def/grenier
Releases · let-def/grenier
0.15
CHANGES:
Fix compatibility with OCaml 5:
- balmap: missing functions (
add_to_list
,to_list
,of_list
) contributed by @kit-ty-kate - physh: fix compilation with OCaml 5, contributed by @SquidDev
However physh is disabled for now when compiling with OCaml 5. Thorough reviewing is needed to ensure that the current design is safe with the multicore GC (see #10).
Add a new "Congre" library, a fast congruence closure algorithm with support for backtracking and interpretability of equivalence classes.
0.14
0.13
v0.12
CHANGES:
Balmap: alternative to Stdlib Maps and Sets based on baltree.
Dbseq: fast sequence datastructure for DeBruijn-indexed environments.
State elimination: convert e-NFA to regular expressions.
Fixed many bugs in and increased expressiveness of Valmari implementation.